chore: format vars file
This commit is contained in:
5
.github/workflows/infra-build.yml
vendored
5
.github/workflows/infra-build.yml
vendored
@@ -35,12 +35,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Opentofu
|
- name: Setup Opentofu
|
||||||
uses: opentofu/setup-opentofu@v1
|
uses: opentofu/setup-opentofu@v1
|
||||||
|
|
||||||
|
- name: Format vars file
|
||||||
|
run: tofu fmt terraform.auto.tfvars
|
||||||
|
|
||||||
- name: Opentofu Init
|
- name: Opentofu Init
|
||||||
run: tofu init
|
run: tofu init
|
||||||
|
|
||||||
- name: Opentofu Format Check
|
- name: Opentofu Format Check
|
||||||
run: tofu fmt -check -recursive -exclude terraform.auto.tfvars
|
run: tofu fmt -check -recursive
|
||||||
|
|
||||||
- name: Opentofu Validate
|
- name: Opentofu Validate
|
||||||
run: tofu validate
|
run: tofu validate
|
||||||
|
Reference in New Issue
Block a user