-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix: worker LT lifecycle problem #940
Conversation
Is @dpiddockcmp comment ok for you #939 (comment) ? |
May i know the issue is fixed and help on it ? I removed the plugins and eks provider 12.2.0 and init again and still i am getting the same bug error . When expanding the plan for module.eks.random_pet.workers_launch_template[0] This is a bug in the provider, which should be reported in the provider's own |
This fix will be released in version 13.0.0 of the module. |
Thank you |
When will 13.0.0 release? @dpiddockcmp |
for steps you can follow below steps |
yeah, it seems this was a work around for a tf bug. |
Fix for: Error: Provider produced inconsistent final plan When expanding the plan for module.eks.random_pet.workers_launch_template[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/random" changed the planned action from CreateThenDelete to DeleteThenCreate.
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. |
PR o'clock
Description
Fix for #939
Add the lifecycle to the random_pet resource.
Checklist