Actualiser .gitea/workflows/validate.yml
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 43s

This commit is contained in:
2025-08-06 19:05:07 +02:00
parent 89391c1e5c
commit 7c34a281b2

View File

@@ -27,7 +27,7 @@ jobs:
- name: Terraform fmt - name: Terraform fmt
id: fmt id: fmt
run: terraform fmt -check -diff -recursive run: terraform fmt -list=true -check -diff -recursive
continue-on-error: true continue-on-error: true
- name: Terraform Init - name: Terraform Init