HashiCorp Certified: Terraform Associate — Question 215
Which of these statements about Terraform Cloud workspaces is false?
Answer options
- A. They can securely store cloud credentials
- B. They have role-based access controls
- C. You must use the CLI to switch between workspaces
- D. Plans and applies can be triggered via version control system integrations
Correct answer: C
Explanation
The correct answer is C because you can switch between workspaces using the Terraform Cloud UI or API, not just the CLI. Options A, B, and D are true statements about Terraform Cloud workspaces, as they do provide secure storage for credentials, role-based access controls, and support for triggering plans and applies through version control integrations.