diff --git a/.github/workflows/deploy-v2.yaml b/.github/workflows/deploy-v2.yaml index 7f3ae2a..6d68281 100644 --- a/.github/workflows/deploy-v2.yaml +++ b/.github/workflows/deploy-v2.yaml @@ -115,4 +115,4 @@ jobs: - name: Terraform Apply if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' working-directory: terraform - run: terraform apply -auto-approve tfplan + # run: terraform apply -auto-approve tfplan