From 48bdaf28ec5fa372cd147a229978e53167e3d49c Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 27 Sep 2025 14:04:35 +1000 Subject: [PATCH] chore: format vars file --- .github/workflows/infra-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/infra-build.yml b/.github/workflows/infra-build.yml index 26a4298..f259f09 100644 --- a/.github/workflows/infra-build.yml +++ b/.github/workflows/infra-build.yml @@ -35,12 +35,15 @@ jobs: - name: Setup Opentofu uses: opentofu/setup-opentofu@v1 + + - name: Format vars file + run: tofu fmt terraform.auto.tfvars - name: Opentofu Init run: tofu init - name: Opentofu Format Check - run: tofu fmt -check -recursive -exclude terraform.auto.tfvars + run: tofu fmt -check -recursive - name: Opentofu Validate run: tofu validate