Skip to content

fix: Add conditional variable to allow users to opt out of tagging cluster primary security group#2034

Merged
antonbabenko merged 2 commits into
terraform-aws-modules:masterfrom
bryantbiggs:fix/sg-conditional-tag
Apr 21, 2022
Merged

fix: Add conditional variable to allow users to opt out of tagging cluster primary security group#2034
antonbabenko merged 2 commits into
terraform-aws-modules:masterfrom
bryantbiggs:fix/sg-conditional-tag

Conversation

@bryantbiggs

@bryantbiggs bryantbiggs commented Apr 21, 2022

Copy link
Copy Markdown
Member

Description

  • Add conditional variable to allow users to opt out of tagging cluster primary security group
  • Correct usage of disk_size which has been shown incorrectly in various examples and come up in prior issues causing confusion
    • disk_size is only used when using the default launch template created by the EKS managed node group service. This module defaults to creating a custom launch template since this provide a more feature complete experience for users and enables missing features like instance tagging.

Motivation and Context

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

Comment thread variables.tf Outdated
@antonbabenko antonbabenko merged commit 51e4182 into terraform-aws-modules:master Apr 21, 2022
antonbabenko pushed a commit that referenced this pull request Apr 21, 2022
### [18.20.5](v18.20.4...v18.20.5) (2022-04-21)

### Bug Fixes

* Add conditional variable to allow users to opt out of tagging cluster primary security group ([#2034](#2034)) ([51e4182](51e4182))
@antonbabenko

Copy link
Copy Markdown
Member

This PR is included in version 18.20.5 🎉

@bryantbiggs bryantbiggs deleted the fix/sg-conditional-tag branch April 21, 2022 15:37
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
### [18.20.5](terraform-aws-modules/terraform-aws-eks@v18.20.4...v18.20.5) (2022-04-21)

### Bug Fixes

* Add conditional variable to allow users to opt out of tagging cluster primary security group ([terraform-aws-modules#2034](terraform-aws-modules#2034)) ([51e4182](terraform-aws-modules@51e4182))
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
### [18.20.5](terraform-aws-modules/terraform-aws-eks@v18.20.4...v18.20.5) (2022-04-21)

### Bug Fixes

* Add conditional variable to allow users to opt out of tagging cluster primary security group ([terraform-aws-modules#2034](terraform-aws-modules#2034)) ([51e4182](terraform-aws-modules@51e4182))
baibailiha added a commit to baibailiha/terraform-aws-eks that referenced this pull request Sep 13, 2022
### [18.20.5](terraform-aws-modules/terraform-aws-eks@v18.20.4...v18.20.5) (2022-04-21)

### Bug Fixes

* Add conditional variable to allow users to opt out of tagging cluster primary security group ([#2034](terraform-aws-modules/terraform-aws-eks#2034)) ([e7affe9](terraform-aws-modules/terraform-aws-eks@e7affe9))
@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.

conditionally tag cluster_primary_security_group

2 participants