nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #127

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

The correct answer is B. Commit a change to the VCS working directory and branch that the Terraform Cloud workspace. This will trigger a run in the Terraform Cloud workspace, which will perform a plan and apply operation on the infrastructure defined by the Terraform configuration files in the VCS repository.

Understand Terraform Cloud 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

How the community answered

(58 responses)
  • A
    3% (2)
  • B
    81% (47)
  • C
    9% (5)
  • D
    7% (4)

Explanation

This will trigger a run in the Terraform Cloud workspace, which will perform a plan and apply operation on the infrastructure defined by the Terraform configuration files in the VCS repository.

Topics

#Terraform Cloud#VCS integration#workspace runs#CI/CD triggers

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice