Brian Flad 3 anni fa
parent
commit
b9221acb06
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .github/workflows/test.yml

+ 2 - 1
.github/workflows/test.yml

@@ -53,7 +53,8 @@ jobs:
           go-version: ${{ env.GO_VERSION }}
       - uses: hashicorp/setup-terraform@v1
         with:
-          go-version: ${{ matrix.terraform }}
+          terraform_version: ${{ matrix.terraform }}
+          terraform_wrapper: false
       - uses: actions/checkout@v2
       - run: go mod download
       - env: