Skip to content

Commit

Permalink
Update deploy_terraform.yml (#16601)
Browse files Browse the repository at this point in the history
re-enable TF deploys
  • Loading branch information
devopsmatt authored Nov 20, 2024
1 parent d420f0b commit f0972f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ jobs:
terraform validate
terraform fmt -recursive
terraform plan -out ${{ needs.pre_job.outputs.env_name }}-tf.plan
# terraform apply -input=false -no-color -lock-timeout=600s -auto-approve ${{ needs.pre_job.outputs.env_name }}-tf.plan
terraform apply -input=false -no-color -lock-timeout=600s -auto-approve ${{ needs.pre_job.outputs.env_name }}-tf.plan

0 comments on commit f0972f3

Please sign in to comment.