Skip to content

Commit

Permalink
Update instance-destroy-test.yml (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jul 2, 2024
1 parent 7b0b640 commit 24171a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/instance-destroy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Install az containerapp extension
run: az extension add -n containerapp
- name: Terraform Init
run: terraform -chdir=instance init -backend-config="container_name=onlinestoretfstate-test" -backend-config="key=terraform.tfstate.${{ github.head_ref }}"
- name: Terraform Destroy
Expand Down

0 comments on commit 24171a3

Please sign in to comment.