Skip to content

Commit

Permalink
Added github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 8, 2024
1 parent 85402ec commit 718e73c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tf-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 718e73c

Please sign in to comment.