Skip to content
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

feat: Support default_tags in aws_autoscaling_group #1973

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

raizyr
Copy link
Contributor

@raizyr raizyr commented Mar 28, 2022

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
Copy link
Contributor Author

raizyr commented Mar 28, 2022

This pulls just the autoscaling_group changes out of #1968

Copy link
Member

@bryantbiggs bryantbiggs left a comment

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
Member

This PR is included in version 18.16.0 🎉

spr-mweber3 pushed a commit to spring-media/terraform-aws-eks that referenced this pull request Apr 26, 2022
spr-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
Copy link

github-actions bot commented Nov 9, 2022

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