nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #18

You can develop a custom provider to manage its resources using Terraform.

The correct answer is A. True. You can develop a custom provider to manage its resources using Terraform, as Terraform is an extensible tool that allows you to write your own plugins in Go language. You can also publish your custom provider to the Terraform Registry or use it privately.

Submitted by luis.pe· Apr 18, 2026Understand Terraform Providers

Question

You can develop a custom provider to manage its resources using Terraform.

Options

  • ATrue
  • BFalse

How the community answered

(35 responses)
  • A
    89% (31)
  • B
    11% (4)

Explanation

You can develop a custom provider to manage its resources using Terraform, as Terraform is an extensible tool that allows you to write your own plugins in Go language. You can also publish your custom provider to the Terraform Registry or use it privately.

Topics

#Custom providers#Provider development#Terraform extensibility

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice