add tf apply step

This commit is contained in:
sid palas
2021-05-27 14:49:45 -07:00
parent 03745775f6
commit 8b76c065e9

View File

@@ -70,6 +70,6 @@ jobs:
if: steps.plan.outcome == 'failure'
run: exit 1
# - name: Terraform Apply
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
# run: terraform apply -auto-approve
- name: Terraform Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: terraform apply -auto-approve