From e220eed917b24beb7b09948bb1b9f6cdd09e3d4f Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 13 May 2026 03:59:21 +1000 Subject: [PATCH] change terraform fmt command to run format and not check it. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b86f8e..29a99e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: - name: Go tests run: go test ./... - - name: Terraform fmt check - run: terraform fmt -check -recursive examples + - name: Terraform fmt + run: terraform fmt -recursive examples - name: Repository quality gate run: ./scripts/check.sh