fix: disable terraform wrapper in gitea workflows
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: ${{ env.TF_VERSION }}
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Setup SSH Keys
|
||||
run: |
|
||||
|
||||
@@ -40,6 +40,7 @@ jobs:
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: ${{ env.TF_VERSION }}
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Terraform Format Check
|
||||
working-directory: terraform
|
||||
@@ -139,6 +140,7 @@ jobs:
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: ${{ env.TF_VERSION }}
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Setup SSH Keys
|
||||
run: |
|
||||
|
||||
@@ -38,6 +38,7 @@ jobs:
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: ${{ env.TF_VERSION }}
|
||||
terraform_wrapper: false
|
||||
|
||||
- name: Setup SSH Keys
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user