TERRAFORM-ASSOCIATE-004 · Question #35
TERRAFORM-ASSOCIATE-004 Question #35: Real Exam Question with Answer & Explanation
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
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.
Options
- ATrue
- BFalse
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.