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