chore: exclude terraform.auto.tfvars from format check

This commit is contained in:
2025-09-27 13:59:42 +10:00
parent 068e69fc0a
commit 3d2ad67600

View File

@@ -40,7 +40,7 @@ jobs:
run: tofu init run: tofu init
- name: Opentofu Format Check - name: Opentofu Format Check
run: tofu fmt -check -recursive run: tofu fmt -check -recursive -exclude terraform.auto.tfvars
- name: Opentofu Validate - name: Opentofu Validate
run: tofu validate run: tofu validate