-
-
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
Support default_tags in aws_autoscaling_group #1916
Comments
I agree, plus this is needed for EKS managed node group as well without using custom launch template. |
Thats not possible unless AWS supports it in the API |
@bryantbiggs I'm beginning the migration from v17 to v18 at the moment. I believe I'm right in saying This works fine, but this first thing I noticed is that tags are no longer propagated to the EC2 instances (so all instances have "blank" names in the console). So, is the only solution to this is to manage our own launch template? Thanks. |
This issue has been resolved in version 18.16.0 🎉 |
Would it make sense to support same for:
|
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.
Tags created in the
default_tags
block in the AWS provider are not applied toaws_autoscaling_group
.Describe the solution you'd like.
Apply
default_tags
to theaws_autoscaling_group
in theself-managed-node-group
module.Additional context
https://learn.hashicorp.com/tutorials/terraform/aws-default-tags?in=terraform/aws#propagate-default-tags-to-auto-scaling-group
The text was updated successfully, but these errors were encountered: