This commit is contained in:
parent
30228eb693
commit
898c40a9e4
@ -19,6 +19,19 @@ jobs:
|
||||
with:
|
||||
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
|
||||
id: fmt
|
||||
run: terraform fmt -check -diff -recursive
|
||||
|
Loading…
x
Reference in New Issue
Block a user