From 4b597f8e8fdee21519096dd7f326bb5d0e47cb19 Mon Sep 17 00:00:00 2001 From: Gerrit Edzards Date: Sat, 30 Dec 2023 15:31:17 +0100 Subject: [PATCH] Update terraform.yml --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index aae7d34..9418490 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -90,5 +90,5 @@ jobs: # On push to "main", build or change infrastructure according to Terraform configuration files # Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks - name: Terraform Apply - if: github.ref == 'refs/heads/"main"' && github.event_name == 'push' + if: github.ref == 'refs/heads/main' && github.event_name == 'push' run: terraform apply -auto-approve -input=false