HashiCorp Certified: Terraform Associate — Question 314
In a HCP Terraform/Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit change to version control.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because speculative plan runs do not automatically initiate with every commit or merge; they require specific configurations to trigger. Option A is incorrect as it implies automatic execution, which is not a default behavior in this scenario.