-
Notifications
You must be signed in to change notification settings - Fork 43
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
Additional_tags don't apply #318
Comments
Well, I see u have tag new instances set to true, so what I said before is not correct, will look. |
Looking at this a bit more, it's related to this: terraform-aws-modules/terraform-aws-eks#860 |
Thank you @ankitm123 for link to the main issue. But if it's an old problem, is it not possible to apply the workaround in the process: terraform-aws-modules/terraform-aws-eks#860 (comment)? |
If you want to open a PR and fix it, I would be happy to review it :) |
I 'll try it |
We are participating in hacktoberfest also 😬 |
Summary
I want to put some additional tags in my ec2 custom node groups.
I think the terraform plan show the correct changes but in the "reality" in AWS the module don't apply the custom tags and the result is the default tags of module
Terraform plan:
I add this in main.tf of
module "eks-jx" {
:the results in AWS Auto Scaling groups tags:
And my ec2 instances don't have the tags :(
Steps to reproduce the behavior
terraform plan and terraform apply
Terraform version
The output of
terraform version
is:Module version
1.16.1
Operating system
WSL2
The text was updated successfully, but these errors were encountered: