You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am upgrading the terraform-aws-eks module from v19.15.4 to v20.31.6 to enable EKS auto mode. However, during the upgrade, I encounter the following error:
Description
I am upgrading the terraform-aws-eks module from v19.15.4 to v20.31.6 to enable EKS auto mode. However, during the upgrade, I encounter the following error:
It seems that Terraform is attempting to recreate the existing EKS cluster, even though it already exists.
Versions
Module version [Required]: 20.11.1 & 20.31.6
Terraform version: 1.3.2
Provider version(s):
registry.terraform.io/hashicorp/aws v5.81.0
registry.terraform.io/hashicorp/cloudinit v2.3.5
registry.terraform.io/hashicorp/google v4.25.0
registry.terraform.io/hashicorp/helm v2.5.1
registry.terraform.io/hashicorp/kubernetes v2.35.0
registry.terraform.io/hashicorp/null v3.2.3
registry.terraform.io/hashicorp/time v0.12.1
registry.terraform.io/hashicorp/tls v4.0.6
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
Terraform should detect the existing cluster and update the resources without attempting to recreate the cluster.
Actual behavior
Terraform attempts to recreate the existing cluster, leading to a ResourceInUseException.
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: