diff --git a/.github/workflows/tf-fmt-check.yml b/.github/workflows/tf-fmt-check.yml index 6d14614..361320c 100644 --- a/.github/workflows/tf-fmt-check.yml +++ b/.github/workflows/tf-fmt-check.yml @@ -15,9 +15,8 @@ jobs: - uses: hashicorp/setup-terraform@v3 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} + soft_fail: true - name: Terraform fmt id: fmt run: terraform fmt -check - with: - soft_fail: true \ No newline at end of file