From 24171a386eb0df0e4d6c957f223e00a3087419c5 Mon Sep 17 00:00:00 2001 From: Benjamin Chiverton Date: Tue, 2 Jul 2024 10:25:07 +0100 Subject: [PATCH] Update instance-destroy-test.yml (#76) --- .github/workflows/instance-destroy-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/instance-destroy-test.yml b/.github/workflows/instance-destroy-test.yml index deb50ce..d1539f8 100644 --- a/.github/workflows/instance-destroy-test.yml +++ b/.github/workflows/instance-destroy-test.yml @@ -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