From 718e73cbe98e23cd7ec64f6fd8e44f80eb20c5f4 Mon Sep 17 00:00:00 2001 From: Abby Artagame Date: Fri, 8 Nov 2024 13:32:50 +1100 Subject: [PATCH] Added github actions --- .github/workflows/tf-plan-apply.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tf-plan-apply.yml b/.github/workflows/tf-plan-apply.yml index 1978c21..31b3e7d 100644 --- a/.github/workflows/tf-plan-apply.yml +++ b/.github/workflows/tf-plan-apply.yml @@ -28,6 +28,10 @@ jobs: terraform-plan: name: 'Terraform Plan' runs-on: ubuntu-latest + defaults: + run: + shell: bash + working-directory: ./tf env: #this is needed since we are running terraform with read-only permissions ARM_SKIP_PROVIDER_REGISTRATION: true