-
-
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
Upgrade from version v13.2.1 to v15.1.0 fails with "NodeGroup already exists with name..." #1314
Comments
Facing the same issue, updating from 13.2.1 to 15.x and saying it will recreate node groups with different instance types, is it possible I can update without having to recreate node groups? |
Update on this: I think the "NodeGroup already exists" error actually only happens if you try to update the If I revert this change and deploy with |
v15.2.0 with #1138 should fix this. |
This has been fixed. Please upgrade your module. See docs and changelog for more details. |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
I currently have a deployment using Terraform 0.14 and version 13.2.1 of this module. I am upgrading to Terraform 0.15, which requires me to upgrade to version 15.x of this module.
As per the release notes, I changed my config to adopt the breaking
instance_type
=>instance_types
change:Before:
instance_type = var.worker_instance_type
After:
instance_types = [var.worker_instance_type]
Versions
Terraform v0.15.0
on darwin_amd64
Terraform v0.15.0
on darwin_amd64
15.1.0
Reproduction
Steps to reproduce the behavior:
Attempting to apply my terraform after upgrading results in the following error:
Code Snippet to Reproduce
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: