HashiCorp
TERRAFORM-ASSOCIATE-003 · Question #235
What is a Terraform provider not responsible for?
The correct answer is A. Provisioning infrastructure in multiple cloud providers. Providers only interact with one specific platform or API. Terraform itself can work with multiple providers in one configuration, but a single provider is not responsible for provisioning across multiple cloud providers.
Understand Terraform Basics
Question
What is a Terraform provider not responsible for?
Options
- AProvisioning infrastructure in multiple cloud providers.
- BManaging actions to take based on resource differences.
- CManaging resources and data sources based on an API.
- DUnderstanding API interactions with a hosted service.
How the community answered
(54 responses)- A74% (40)
- B17% (9)
- C6% (3)
- D4% (2)
Explanation
Providers only interact with one specific platform or API. Terraform itself can work with multiple providers in one configuration, but a single provider is not responsible for provisioning across multiple cloud providers.
Topics
#provider responsibilities#API interaction#resource management#multi-cloud
Community Discussion
No community discussion yet for this question.