HashiCorp Certified: Terraform Associate (003) — Question 22
Which of the following is available only in HCP Terraform workspaces and not in Terraform CLI?
Answer options
- A. Secure variable storage.
- B. Support for multiple cloud providers.
- C. Dry runs with terraform plan.
- D. Using one workspace’s state as a data source for another.
Correct answer: A
Explanation
The correct answer is A, as secure variable storage is a specific feature of HCP Terraform workspaces designed for enhanced security. Options B and C are capabilities available in both HCP Terraform and Terraform CLI, while D, although related to workspaces, is not exclusive to HCP Terraform workspaces.