Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea committed Jan 26, 2025
1 parent 7090e1e commit 55650ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ jobs:
STORAGE_ACCOUNT="${{ secrets.AZ_TF_STORAGE_ACCOUNT }}"
CONTAINER_NAME="${{ secrets.AZ_TF_STORAGE_CONTAINER }}"
STATE_FILE="terraform/$infra_desc/$(echo "${{ github.repository }}" | tr '/' '-')/$(echo "${{ github.ref_name }}" | tr '/' '-')/terraform.tfstate"
echo "State file: $STATE_FILE"
# Fetch Terraform state from Azure Blob Storage
az storage blob download \
--account-name "$STORAGE_ACCOUNT" \
Expand Down

0 comments on commit 55650ea

Please sign in to comment.