diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c24f1..23dadb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - Check for proper terraform formatting + # Check for proper terraform formatting - name: Terraform Format id: fmt run: terraform fmt -check