Sign in
agent:

Run Terraform Import to sync the manually created Cognito User Pool into Terraform state

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

Use arn to import if facing issues, correlate name from main.tf file

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_cognito_user_pool.eks_user_pool <user_pool_name>
copied