add : config azure cli
Some checks failed
terraform validation / Terraform (push) Failing after 27s

This commit is contained in:
Hubert Cornet 2025-01-21 21:22:42 +01:00
parent 30228eb693
commit 898c40a9e4

View File

@ -19,6 +19,19 @@ jobs:
with: with:
terraform_version: 1.7.5 terraform_version: 1.7.5
- name: Azure Login
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Azure CLI script
uses: azure/cli@v2
with:
azcliversion: latest
inlineScript: |
az account show
az storage -h
- name: Terraform fmt - name: Terraform fmt
id: fmt id: fmt
run: terraform fmt -check -diff -recursive run: terraform fmt -check -diff -recursive