Skip to content

Commit

Permalink
added auto-approve to terraform apply command
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Jan 3, 2025
1 parent a9c7ec9 commit 3d520ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecs_deployment_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
-backend-config "region=$REGION" \
|| (echo "terraform init failed, exiting..." && exit 1)
terraform workspace select "$WORKSPACE"
terraform apply -target=module.ecs.aws_alb.ecs
terraform apply -auto-approve -target=module.ecs.aws_alb.ecs
terraform plan -out=tfplan \
-var-file="$WORKSPACE.tfvars" \
-var "umls_api_key=${UMLS_API_KEY}" \
Expand Down

0 comments on commit 3d520ac

Please sign in to comment.