TERRAFORM-ASSOCIATE-004 · Question #52
The_________determines how Terraform creates, updates, or delete resources.
The correct answer is C. Terraform provider. The Terraform provider determines how Terraform creates, updates, or deletes resources. Providers are plugins that implement the CRUD (Create, Read, Update, Delete) logic for a specific platform or service (e.g., AWS, Azure, GCP). Without a provider, Terraform has no way to inter
Question
Options
- ATerraform configuration
- BTerraform provisioner
- CTerraform provider
- DTerraform core
How the community answered
(45 responses)- A4% (2)
- B2% (1)
- C91% (41)
- D2% (1)
Explanation
The Terraform provider determines how Terraform creates, updates, or deletes resources. Providers are plugins that implement the CRUD (Create, Read, Update, Delete) logic for a specific platform or service (e.g., AWS, Azure, GCP). Without a provider, Terraform has no way to interact with external APIs. Terraform Core orchestrates the workflow, while the configuration declares desired state - but the provider is what translates that desired state into actual API calls.
Topics
Community Discussion
No community discussion yet for this question.