Skip to content

feat: Support default_tags in aws_autoscaling_group#1973

Merged
antonbabenko merged 1 commit into
terraform-aws-modules:masterfrom
raizyr:master
Mar 29, 2022
Merged

feat: Support default_tags in aws_autoscaling_group#1973
antonbabenko merged 1 commit into
terraform-aws-modules:masterfrom
raizyr:master

Conversation

@raizyr

@raizyr raizyr commented Mar 28, 2022

Copy link
Copy Markdown
Contributor

Description

  • Add new attribute use_default_tags to EKS self managed node group module definition. When set to true, the default tags configured on the provider will be added to the autoscaling_group tags.
  • Update the root module to look at var.self_managed_node_groups or var.self_managed_node_group_defaults and pass the result to the self managed node group module.

Motivation and Context

Fixes #1916

Breaking Changes

No

How Has This Been Tested?

  • [✅ ] I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • [✅ ] I have tested and validated these changes using one or more of the provided examples/* projects
  • [✅ ] I have executed pre-commit run -a on my pull request

@raizyr

raizyr commented Mar 28, 2022

Copy link
Copy Markdown
Contributor Author

This pulls just the autoscaling_group changes out of #1968

@bryantbiggs bryantbiggs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thank you for the PR! we'll probably make this the default on the next major release but for now its great as is - @antonbabenko 👍🏽

@antonbabenko antonbabenko changed the title feat: Support default_tags in aws_autoscaling_group (#1916) feat: Support default_tags in aws_autoscaling_group Mar 29, 2022
@antonbabenko antonbabenko merged commit 7a9458a into terraform-aws-modules:master Mar 29, 2022
antonbabenko pushed a commit that referenced this pull request Mar 29, 2022
## [18.16.0](v18.15.0...v18.16.0) (2022-03-29)

### Features

* Support default_tags in aws_autoscaling_group ([#1973](#1973)) ([7a9458a](7a9458a))
@antonbabenko

Copy link
Copy Markdown
Member

This PR is included in version 18.16.0 🎉

astech-mweber3 pushed a commit to spring-media/terraform-aws-eks that referenced this pull request Apr 26, 2022
astech-mweber3 pushed a commit to spring-media/terraform-aws-eks that referenced this pull request Apr 26, 2022
it-without-politics pushed a commit to it-without-politics/terraform-aws-eks that referenced this pull request May 23, 2022
it-without-politics pushed a commit to it-without-politics/terraform-aws-eks that referenced this pull request May 23, 2022
baibailiha added a commit to baibailiha/terraform-aws-eks that referenced this pull request Sep 13, 2022
@github-actions

github-actions Bot commented Nov 9, 2022

Copy link
Copy Markdown

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.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support default_tags in aws_autoscaling_group

3 participants