-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add support for instance_metadata_tags in the metadata_options (aws provider v3.72.0) #1780
Comments
This issue has been resolved in version 18.2.0 🎉 |
Wow, that was fast! 🚀 |
35 seconds to be precise :) |
@antonbabenko |
We have no plans to backport this to v17. There is a detailed upgrade guide explaining all the changes in v18. If you have questions, you can search for existing issues or ask a question. |
You can use a separate module for self/eks/fargate modules under I myself will be upgrading node groups, then eks module. |
@ivankovnatsky, thanks for the idea, I'll take it into account |
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. |
Is your request related to a problem? Please describe.
On Jan 13, 2022, a new version of the terraform aws provider was released (v3.72.0)
This release add support for
instance_metadata_tags
to themetadata_options
The default for
instance_metadata_tags
is "disabled"After updating the provider, I got the following diff in one of my managed node groups, stating
instance_metadata_tags
was going to be setup asdisabled
This option is not available in the
eks-managed-node-group
module.terraform-aws-eks/modules/eks-managed-node-group/main.tf
Lines 177 to 185 in cf985c2
Describe the solution you've considered
Add
instance_metadata_tags
to themetadata_options
in theeks-managed-node-group
module.terraform-aws-eks/modules/eks-managed-node-group/main.tf
Lines 177 to 185 in cf985c2
Also, add a default for it in the
metadata_options
variableterraform-aws-eks/modules/eks-managed-node-group/variables.tf
Lines 213 to 221 in cf985c2
Although, if I'm not wrong this would also require bumping up the provider version to
>= v3.72.0
terraform-aws-eks/versions.tf
Lines 4 to 8 in cf985c2
Describe alternatives you've considered.
v3.72.0
is not pickedThe text was updated successfully, but these errors were encountered: