Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 263


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

Show Answer
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

7 comments
Sign in to comment
velmidosOption: A
Oct 17, 2023

Answer is A !

DevoteamAnalytixOption: A
Jun 26, 2023

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

Rajmane
Aug 11, 2023

Right correct answer is A

Paul_white
Aug 5, 2023

ANSWER IS A

090200fOption: A
Aug 2, 2024

In these tutorials, you will write a custom Terraform provider against the API of a fictional coffee-shop application called HashiCups using the Terraform Plugin Framework. You will learn how to create data sources, authenticate the provider to the HashiCups client, and how providers map target APIs to Terraform in order to create, read, update, and delete resources. You will also implement testing, documentation generation, and learn how to publish your providers to the Terraform Registry. https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider

Sam1101Option: B
Jul 31, 2023

Answer is True

SpandropOption: B
Dec 14, 2023

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

Newuser95Option: A
Feb 20, 2024

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