Cannot import resources into eks-cluster
module: Invalid provider configuration
#747
Replies: 1 comment 1 reply
-
Hi @jeffreymlewis In this situation, easiest path out is probably to destroy and recreate the cluster. Would you mind trying that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using service catalog 'eks-cluster' v0.104.14 to deploy an EKS 1.26 cluster. My AWS credentials expired mid-way through the initial
terragrunt apply
and terraform couldn't save the remote state.I cleared the lockfile and tried running
terragrunt apply
again, which failed (expectantly) with errors likeI then tried importing this resource into the remote state, and it failed with.
I expect to be able to import resources into the
eks-cluster
module. Not sure if I have something mis-configured in terragrunt, or if this is a bug.Incidentally, running
terragrunt destroy
also results in an error. (Probably a different bug, deserving it's own ticket.)Beta Was this translation helpful? Give feedback.
All reactions