fix: disable terraform wrapper in gitea workflows
Deploy Cluster / Terraform (push) Successful in 31s
Deploy Cluster / Ansible (push) Failing after 25s

This commit is contained in:
2026-04-30 07:54:48 +00:00
parent 8c0dbd997d
commit b3612083ad
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -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: |
+2
View File
@@ -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: |
+1
View File
@@ -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: |