From 8b76c065e95038320156accc9155435bdd2d5242 Mon Sep 17 00:00:00 2001 From: sid palas Date: Thu, 27 May 2021 14:49:45 -0700 Subject: [PATCH] add tf apply step --- .github/workflows/terraform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index b0fb912..4e02b59 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -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 \ No newline at end of file + - name: Terraform Apply + if: github.ref == 'refs/heads/main' && github.event_name == 'push' + run: terraform apply -auto-approve \ No newline at end of file