I have Terraform Cloud connected to my GitHub repository (via GitHub App integration).
Here’s my setup:
A branch named feature-cr-001 was created from dev.
I made code changes and opened a pull request back to dev.
Terraform Cloud automatically triggered a speculative plan (working).
The problem is:
The "Merge pull request" button is still enabled — I want it to wait (block merge) until the Terraform Cloud plan completes successfully.




