agent: |
r9tfWHcxALcMVL6viKrLDo a terraform init, plan and apply cycle for eks module so new outputs of eks module are propogated
Do a terraform init, plan and apply cycle for eks module so new outputs of eks module are propogated
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
cluster_oidc_issuer_url: aws based oidc
oidc_provider_arn: cognito based
Should be different now.
inputs
outputs
terraform init \
-backend-config=<backend_s3_bucket> \
-backend-config=<dynamo_db_lock_name> \
-backend-config=<statefile_key> \
-backend-config="encrypt=true" \
-backend-config="region=us-east-2"
terraform apply \
-var environment=<env_name> \
-var aws_region=<region_name> \
-var remote_state_bucket=<backend_s3_bucket> \
-var remote_state_region=<backend_region>
# Same apply usage for plan as well
copied