TA-002-P · Question #368
Terraform configuration (including any module references) can contain only one Terraform provider type.
The correct answer is B. False. Terraform configurations can include and manage resources from multiple different provider types simultaneously, such as AWS, Azure, Google Cloud, and Kubernetes, within a single configuration.
Question
Terraform configuration (including any module references) can contain only one Terraform provider type.
Options
- ATrue
- BFalse
How the community answered
(41 responses)- A10% (4)
- B90% (37)
Why each option
Terraform configurations can include and manage resources from multiple different provider types simultaneously, such as AWS, Azure, Google Cloud, and Kubernetes, within a single configuration.
This statement is false because Terraform's core strength is its ability to orchestrate resources across diverse infrastructure types by using multiple providers in one configuration.
Terraform is designed to manage resources across multiple cloud providers and services simultaneously. A single Terraform configuration can declare and utilize resources from various providers, like AWS, Azure, Google Cloud, Kubernetes, and many others, all within the same set of HCL files.
Concept tested: Terraform multi-provider support
Source: https://developer.hashicorp.com/terraform/language/providers
Topics
Community Discussion
No community discussion yet for this question.