Skip to content

Commit f0972f3

Browse files
authored
Update deploy_terraform.yml (#16601)
re-enable TF deploys
1 parent d420f0b commit f0972f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ jobs:
114114
terraform validate
115115
terraform fmt -recursive
116116
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
117+
terraform apply -input=false -no-color -lock-timeout=600s -auto-approve ${{ needs.pre_job.outputs.env_name }}-tf.plan

0 commit comments

Comments
 (0)