nerdexam
HashiCorp

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

Submitted by lukas.cz· Apr 18, 2026Understand Terraform Providers

Question

The_________determines how Terraform creates, updates, or delete resources.

Options

  • ATerraform configuration
  • BTerraform provisioner
  • CTerraform provider
  • DTerraform core

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    91% (41)
  • D
    2% (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

#Terraform providers#Resource lifecycle#Infrastructure management

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice