nerdexam
HashiCorpHashiCorp

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

Submitted by asante_acc· Apr 18, 2026Understand Terraform Cloud and Enterprise Capabilities

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

#Terraform Cloud#VCS Integration#Speculative Plans#Run Triggers

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 PracticeBrowse All TERRAFORM-ASSOCIATE-004 Questions