Sign in
agent:

Import the existing Cognito-EKS association into Terraform

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
terraform import \ -var environment=<env_name> \ -var aws_region=<region_name> \ -var remote_state_bucket=<s3_backend_bucket> \ -var remote_state_region=<backend_region> \ aws_eks_identity_provider_config.eks_oidc <cluster_name>:<oidc_name_cognito>
copied