diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ec8ebe..3d7769a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,9 @@ jobs: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} # Check for proper terraform formatting - - name: Terraform Format - id: fmt - run: terraform fmt -check + #- name: Terraform Format + # id: fmt + # run: terraform fmt -check # Initialize Terraform - name: Terraform Init