HashiCorpHashiCorp
TA-002-P · Question #438
TA-002-P Question #438: Real Exam Question with Answer & Explanation
The correct answer is C: You can version your infrastructure configuration. Terraform's infrastructure as code approach enables both version control of configuration files and automated provisioning of resources across multiple cloud providers.
Understand infrastructure as code (IaC) concepts
Question
Which of the following is true about Terraform's implementation of infrastructure as code? (Choose two.)
Options
- AIt is only compatible with AWS infrastructure management
- BYou cannot reuse infrastructure configuration
- CYou can version your infrastructure configuration
- DIt requires manual configuration of infrastructure resources
- EIt allows you to automate infrastructure provisioning
Explanation
Terraform's infrastructure as code approach enables both version control of configuration files and automated provisioning of resources across multiple cloud providers.
Common mistakes.
- A. Terraform is provider-agnostic and supports hundreds of providers including Azure, Google Cloud, VMware, and many others, not just AWS.
- B. Terraform modules allow you to encapsulate and reuse infrastructure configuration across multiple projects and environments.
- D. Terraform eliminates manual configuration by codifying infrastructure, which is the opposite of requiring manual steps.
Concept tested. Terraform infrastructure as code core capabilities
Topics
#Infrastructure as Code#Automation#Version control#Terraform benefits
Community Discussion
No community discussion yet for this question.