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
+2
View File
@@ -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: |