HashiCorp Certified: Terraform Associate — Question 7
Which of the following is available only in Terraform Enterprise or Cloud 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 the workspace as a data source
Correct answer: A
Explanation
The correct answer is A, as secure variable storage is a feature that is specifically offered in Terraform Enterprise and Cloud environments for enhanced security. Options B, C, and D are features that are available in both Terraform CLI and Terraform Enterprise/Cloud, making them incorrect in this context.