HashiCorpHashiCorp
TA-002-P · Question #28
TA-002-P Question #28: Real Exam Question with Answer & Explanation
The correct answer is B: Support for multiple cloud providers. Terraform Cloud/Enterprise offers centralized management and more robust, integrated support for managing resources across multiple cloud providers compared to the standalone Terraform CLI.
Use Terraform Cloud and Terraform Enterprise capabilities
Question
Which of the following is available only in Terraform Enterprise or Cloud workspaces and not in Terraform CLI?
Options
- ASecure variable storage
- BSupport for multiple cloud providers
- CDry runs with terraform plan
- DUsing the workspace as a data source
Explanation
Terraform Cloud/Enterprise offers centralized management and more robust, integrated support for managing resources across multiple cloud providers compared to the standalone Terraform CLI.
Common mistakes.
- A. Secure variable storage, offering secrets management beyond what the CLI provides locally, is a key feature of Terraform Cloud/Enterprise and not directly available in Terraform CLI in the same centralized, secure manner.
- C. Dry runs using
terraform planare a fundamental feature available in both Terraform CLI and Terraform Cloud/Enterprise workspaces for previewing changes. - D. The concept of using workspace information as a data source is largely facilitated by remote backends and state management, which can be done with CLI but is more integrated and robust in Terraform Cloud/Enterprise.
Concept tested. Terraform CLI vs. Terraform Cloud/Enterprise features
Topics
#Terraform Cloud#Terraform Enterprise#Terraform CLI#Multi-cloud support
Community Discussion
No community discussion yet for this question.