We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d420f0b commit f0972f3Copy full SHA for f0972f3
.github/workflows/deploy_terraform.yml
@@ -114,4 +114,4 @@ jobs:
114
terraform validate
115
terraform fmt -recursive
116
terraform plan -out ${{ needs.pre_job.outputs.env_name }}-tf.plan
117
- # 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 commit comments