terraform-aws-modules / terraform-aws-autoscaling

Terraform module to create AWS Auto Scaling resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws
Apache License 2.0
292 stars 556 forks source link

fix: Added variable to control propagation of the ASG Name tag to instances #148

Closed leigholiver closed 3 years ago

leigholiver commented 3 years ago

Description

Adds a variable to control the propagate_at_launch field of the Name tag added by the module.

Motivation and Context

When providing tags for the ASG, a Name tag is added by the module, with propagate_at_launch set to true. This takes precedent over tag_specifications, meaning any instance launched by the ASG will have the same name as the ASG, and this cannot be overridden as described in https://github.com/terraform-aws-modules/terraform-aws-autoscaling/issues/144#issuecomment-828047102

Breaking Changes

None

How Has This Been Tested?

antonbabenko commented 3 years ago

v4.4.0 has been just released.

github-actions[bot] commented 1 year ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.