Exam Terraform-Associate-004 Topic 1 Question 173 Discussion
Actual exam question for HashiCorp's Terraform-Associate-004 exam
Question #: 173
Topic #: 1
Question #: 173
Topic #: 1
Which of these is true about Terraform's plugin-based architecture?
Suggested Answer: C Vote an answer
Terraform is built on a plugin-based architecture, enabling developers to extend Terraform by writing new plugins or compiling modified versions of existing plugins1. Terraform plugins are executable binaries written in Go that expose an implementation for a specific service, such as a cloud resource, SaaS platform, or API2. If there is no existing provider for your API, you can create one using the Terraform Plugin SDK3 or the Terraform Plugin Framework4. References =
*1: Plugin Development - How Terraform Works With Plugins | Terraform | HashiCorp Developer
*2: Lab: Terraform Plug-in Based Architecture - GitHub
*3: Terraform Plugin SDK - Terraform by HashiCorp
*4: HashiCorp Terraform Plugin Framework Now Generally Available
*1: Plugin Development - How Terraform Works With Plugins | Terraform | HashiCorp Developer
*2: Lab: Terraform Plug-in Based Architecture - GitHub
*3: Terraform Plugin SDK - Terraform by HashiCorp
*4: HashiCorp Terraform Plugin Framework Now Generally Available
by Zora at Jun 12, 2026, 05:24 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).