-
-
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
Disable EKS auto mode fails #3273
Comments
Just hit this issue myself |
Same here There are three structures in the cluster config that are created/modifed as a result of enabling auto mode.
Prior to enabling auto mode,
After enabling auto mode, the
These structures can not be removed once they have been added so simply commenting out the
or disabling it
results in the module trying to set the
|
Description
Disabling eks auto mode on an existing cluster fails. Apparently there are some related changes and issues that claimed to solve and reverted it again. As all related issues are closed i am have decided to raise a new issues.
Versions
Module version [Required]:
Terraform version:
Terraform v1.10.2
Provider version(s):
Reproduction Code [Required]
working with auto mode
changing to:
Steps to reproduce the behavior:
Expected behavior
no error
Actual behavior
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: