Skip to content

Commit

Permalink
IL-878 set subscription when listing VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashashi committed Sep 5, 2023
1 parent 3d70eee commit 8d29680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# value that TF would use
location=$(echo "var.location" | terraform console | sed 's/^"//' | sed 's/"$//')
az login --service-principal -u "${ARM_CLIENT_ID}" -p "${ARM_CLIENT_SECRET}" --tenant "${ARM_TENANT_ID}"
az vm list-skus --location "${location}" --zone --output table
az vm list-skus --location "${location}" --subscription "${ARM_SUBSCRIPTION_ID}" --zone --output table
terraform-validate:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 8d29680

Please sign in to comment.