Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 263

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

    Correct Answer: A

    You can develop a custom provider to manage its resources using Terraform. Terraform supports the creation and use of custom providers, allowing developers to extend Terraform's functionality to support additional resources and services. This can be accomplished using languages such as Go, and then integrated and tested within the Terraform ecosystem.

Discussion
velmidosOption: A

Answer is A !

Paul_whiteOption: A

ANSWER IS A

DevoteamAnalytixOption: A

https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider

Rajmane

Right correct answer is A

Newuser95Option: A

https://www.hashicorp.com/blog/writing-custom-terraform-providers

SpandropOption: B

I would say false. You can create the provider using Go language for instance, but not Terraform (HCL). That is pretty clear in this tutorial: https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider You develop everything with Go and then test in Terraform

Sam1101Option: B

Answer is True