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

Update pet name when changing launch template id #105

Closed
wants to merge 27 commits into from
Closed

Update pet name when changing launch template id #105

wants to merge 27 commits into from

Conversation

woz5999
Copy link
Contributor

@woz5999 woz5999 commented Jan 19, 2022

what

  • Update pet name when changing launch template id

why

  • If you change the template id, tf/aws will try to create a new node group; however, because we're using create before destroy, it errors out due to "NodeGroup already exists with name food and cluster name bar"
  • generating a new pet name will restore the correct behavior
  • note that this was the behavior prior to Overhaul #84

@woz5999 woz5999 requested review from a team as code owners January 19, 2022 22:19
@woz5999 woz5999 requested a review from a team as a code owner January 19, 2022 22:19
@woz5999
Copy link
Contributor Author

woz5999 commented Jan 19, 2022

/test all

@@ -20,6 +20,7 @@
# will be null, and `module.this.delimiter` will be `-` (hyphen).
#


Copy link
Member

Choose a reason for hiding this comment

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

why this file has been changed?
It should be taken from https://github.com/cloudposse/terraform-null-label/blob/master/exports/context.tf

@@ -20,6 +20,7 @@
# will be null, and `module.this.delimiter` will be `-` (hyphen).
#


Copy link
Member

Choose a reason for hiding this comment

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

why this file has been changed?
It should be taken from https://github.com/cloudposse/terraform-null-label/blob/master/exports/context.tf

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah sorry. i see a pushed of pollution from when i updated my fork. i'll fix everything up nice. i'll set and unset draft status accordingly.

@woz5999 woz5999 marked this pull request as draft January 19, 2022 23:26
@woz5999 woz5999 closed this Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants