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
The issue comes with the fact that I'm trying to adopt this module and I'm importing resources created previously, including the cluster and the cluster security group.
considering that I only have 1 additional security group, it seems like it's trying to add the cluster SG again, but if I take a look at the state file (after importing the cluster) I have this:
Description
Trying to import an cluster, but it fails while trying to add the already existing cluster security group.
So this line of code:
The issue comes with the fact that I'm trying to adopt this module and I'm importing resources created previously, including the cluster and the cluster security group.
while running a plan I get something like this:
considering that I only have 1 additional security group, it seems like it's trying to add the cluster SG again, but if I take a look at the state file (after importing the cluster) I have this:
So I'm not sure if this is an issue with the module or with the aws provider itself.
Versions
Module version [Required]: 20.35.0
Terraform version: Terraform v1.11.3
Reproduction Code [Required]
Steps to reproduce the behavior:
I'm not using workspaces and I have cleared my local cache
Expected behavior
Terraform tries to add an existing sg to a state file that already has the sg
Actual behavior
Clean plan without the addition of the sg that already exists on the state file
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: