TERRAFORM-ASSOCIATE-004 · Question #35
In a Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.
The correct answer is B. False. In Terraform Cloud, speculative plans are typically triggered in response to pull requests (PRs) to preview changes before merging. When a workspace is linked to a version control repository, commits or merges to the linked branch (e.g., main) trigger standard runs (plan and appl
Question
Options
- ATrue
- BFalse
How the community answered
(37 responses)- A8% (3)
- B92% (34)
Explanation
In Terraform Cloud, speculative plans are typically triggered in response to pull requests (PRs) to preview changes before merging. When a workspace is linked to a version control repository, commits or merges to the linked branch (e.g., main) trigger standard runs (plan and apply, if auto- apply is enabled), not speculative plans. Speculative plans are designed for pre-merge validation in PRs, not for post-merge or direct commits to the main branch.
Topics
Community Discussion
No community discussion yet for this question.