agent: |
YR9KWOxtO0wFHPQdreyUDo a terraform init, plan and apply cycle for eks-services module so new outputs of eks module are used for IAM Role creation
Do a terraform init, plan and apply cycle for eks-services module so new outputs of eks module are used for IAM Role creation
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
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