HashiCorp Certified: Terraform Associate — Question 119
Which of these statements about Terraform Enterprise workspaces is false?
Answer options
- A. They can securely store cloud credentials
- B. You must use the CLI to switch between workspaces
- C. Plans and applies can be triggered via version control system integrations
- D. They have role-based access controls
Correct answer: B
Explanation
The correct answer is B because switching between workspaces can also be done through the Terraform UI, not just the CLI. The other statements are true: workspaces can store credentials securely, trigger plans and applies through version control integrations, and have role-based access controls.