nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #52

The_________determines how Terraform creates, updates, or delete resources.

The correct answer is C. Terraform provider. This is what determines how Terraform creates, updates, or deletes resources, as it is responsible for understanding API interactions with some service and exposing resources and data sources based on that API.

Understand Terraform basics

Question

The_________determines how Terraform creates, updates, or delete resources.

Options

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

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    14% (5)
  • C
    78% (28)
  • D
    6% (2)

Explanation

This is what determines how Terraform creates, updates, or deletes resources, as it is responsible for understanding API interactions with some service and exposing resources and data sources based on that API.

Topics

#Terraform provider#resource CRUD#provider role#Terraform architecture

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice