HashiCorpHashiCorp
TERRAFORM-ASSOCIATE-004 · Question #18
TERRAFORM-ASSOCIATE-004 Question #18: Real Exam Question with Answer & Explanation
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
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.