TERRAFORM-ASSOCIATE-004 · Question #94
Terraform configuration (including any module references) can contain only one Terraform provider type.
The correct answer is B. False. Terraform configuration (including any module references) can contain more than one Terraform provider type. Terraform providers are plugins that Terraform uses to interact with various cloud services and other APIs. A Terraform configuration can use multiple providers to…
Question
Options
- ATrue
- BFalse
How the community answered
(18 responses)- A11% (2)
- B89% (16)
Explanation
Terraform configuration (including any module references) can contain more than one Terraform provider type. Terraform providers are plugins that Terraform uses to interact with various cloud services and other APIs. A Terraform configuration can use multiple providers to manage resources across different platforms and services. For example, a configuration can use the AWS provider to create a virtual machine, the Cloudflare provider to manage DNS records, and the GitHub provider to create a repository. Terraform supports hundreds of providers for different use cases and scenarios.
Topics
Community Discussion
No community discussion yet for this question.