-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
vpc_config.security_group_ids should not includes cluster_security_group_id #1978
Comments
When I marked "cluster_security_group_id", terraform reports "No changes. Your infrastructure matches the configuration."
But this behavior is not expected with document.
|
hi @RainaWLK - please see the respective docs and links for upgrade guidance: |
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 am tried to upgrade my EKS cluster from terraform EKS module v17.24.0 to latest version (v18.17.0)
Because we cannot change security groups of cluster after EKS created. I must update .tfstate file to make the latest version EKS module works.
But terraform says my EKS cluster must be replaced because security group changed.
I tried to describe-cluster using AWS CLI and got vpc_config of EKS.
The "security_group_ids" is only included "cluster_additional_security_group_ids".
But it also included "cluster_security_group_id" in behavior of terraform EKS module. It's different with data structures from AWS API.
Versions
Reproduction Code [Required]
Steps to reproduce the behavior:
no
yes
no
Expected behavior
terraform reports "nothing changed"
Actual behavior
The text was updated successfully, but these errors were encountered: