Skip to content

Commit

Permalink
chore: tf state
Browse files Browse the repository at this point in the history
  • Loading branch information
eugbyte committed Sep 21, 2024
1 parent 021cd9e commit f39a9a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Validate Azure CLI can be used
run: az --version
uses: azure/cli@v2
with:
azcliversion: latest
inlineScript: |
az --version
- name: Terraform validate and plan
run: |
cd infra/Terraform
Expand Down

0 comments on commit f39a9a0

Please sign in to comment.