-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some region not support launch template elastic gpu tagging. #2356
Comments
Yeah, this is related; #2355 |
This is the change that appears to have added the GPU tagging. The only way to get around this is to downgrade the module version. |
I don't use elastic gpu. |
I think the best possible option is to introduce a new variable to customize the tag_specifications |
This issue has been resolved in version 19.4.0 🎉 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
When upgrading terraform eks module to "19.3.1", an error occurred with the message "Tagging an elastic gpu on create is not yet supported in this region".
Versions
Module version [Required]: 19.3.1
Terraform version: 1.3.6
Provider version(s):
Terminal Output Screenshot(s)
│ {
│ RespMetadata: {
│ StatusCode: 400,
│ RequestID: "8066ceb6-8791-4875-a9d3-7325de60d41a"
│ },
│ Message_: "Tagging an elastic gpu on create is not yet supported in this region."
│ }
Additional context
AWS Region: ap-northeast-2
I think the code of the line is related
The text was updated successfully, but these errors were encountered: