A company wants to manage its infrastructure as code using Terraform. The team has a mix of on-premises servers and cloud resources in AWS and Azure. Which of the following best describes Terraform's purpose in this scenario?
Trap 1: Terraform is a configuration management tool for installing…
This describes tools like Ansible or Chef, not Terraform.
Trap 2: Terraform is a cloud-specific orchestration tool that only works…
Terraform is multi-cloud, not limited to AWS.
Trap 3: Terraform is a monitoring and logging tool for cloud resources.
Monitoring is handled by other tools like CloudWatch.
- A
Terraform is a configuration management tool for installing software on existing servers.
Why wrong: This describes tools like Ansible or Chef, not Terraform.
- B
Terraform is a cloud-specific orchestration tool that only works with AWS.
Why wrong: Terraform is multi-cloud, not limited to AWS.
- C
Terraform is a monitoring and logging tool for cloud resources.
Why wrong: Monitoring is handled by other tools like CloudWatch.
- D
Terraform is an infrastructure-as-code tool for provisioning and managing any infrastructure across multiple providers.
Correctly defines Terraform's purpose.