diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d34b14873..2b80b4bd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,11 +67,14 @@ jobs: ./bin/golangci-lint run ./test/azure/ --build-tags=azure --timeout 5m0s - name: setup terraform uses: hashicorp/setup-terraform@v1 + with: + terraform_version: 0.13.2 + terraform_wrapper: false id: azure_terraform_install + - name: run terraform format id: azure_terraform_format run: terraform fmt -check -recursive ./examples/azure - continue-on-error: false - name: login to azure cli uses: azure/login@v1.1 with: