nerdexam
HashiCorpHashiCorp

TERRAFORM-ASSOCIATE-004 · Question #127

TERRAFORM-ASSOCIATE-004 Question #127: Real Exam Question with Answer & Explanation

The correct answer is B: Commit a change to the VCS working directory and branch that the Terraform Cloud workspace. When a Terraform Cloud workspace is connected to a VCS repository, the primary way to trigger an automated run is to commit and push a change to the branch and directory that the workspace is configured to monitor. Terraform Cloud watches for VCS events (pushes, pull requests) an

Submitted by ashley.k· Apr 18, 2026Understand Terraform Cloud and Enterprise Capabilities

Question

How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?

Options

  • AOnly Terraform Cloud organization owners can set workspace variables on VCS connected
  • BCommit a change to the VCS working directory and branch that the Terraform Cloud workspace
  • COnly Terraform Cloud organization owners can approve plans in VCS connected workspaces
  • DOnly members of a VCS organization can open a pull request against repositories that are

Explanation

When a Terraform Cloud workspace is connected to a VCS repository, the primary way to trigger an automated run is to commit and push a change to the branch and directory that the workspace is configured to monitor. Terraform Cloud watches for VCS events (pushes, pull requests) and automatically queues a new run when it detects relevant changes. The other answer choices are incomplete sentence fragments that describe permission restrictions unrelated to how runs are triggered.

Topics

#Terraform Cloud#VCS Integration#Workspace Runs#Automated Workflows

Community Discussion

No community discussion yet for this question.

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