Which TWO are benefits of using Terraform Cloud's remote operations with a CLI-driven run workflow?
Terraform Cloud can trigger runs based on VCS changes.
Why this answer
Option A is correct because Terraform Cloud's CLI-driven run workflow allows users to trigger remote operations from the CLI, which can be integrated with version control systems (VCS) via webhooks. When a VCS repository is connected, any push to a configured branch automatically triggers a remote plan and apply, enabling continuous delivery pipelines without manual intervention.
Exam trap
HashiCorp often tests the distinction between general Terraform Cloud features and those specifically tied to the CLI-driven run workflow; the trap here is that candidates may confuse broad benefits of Terraform Cloud (like multi-provider support) with the unique advantages of the CLI-driven workflow, which focuses on VCS integration and centralized state management.