chore: exclude terraform.auto.tfvars from format check
This commit is contained in:
2
.github/workflows/infra-build.yml
vendored
2
.github/workflows/infra-build.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user