ExamGecko
Question list
Search
Search

Question 23 - Terraform Associate 003 discussion

Report
Export

Which of these is true about Terraform's plugin-based architecture?

A.
Terraform can only source providers from the internet
Answers
A.
Terraform can only source providers from the internet
B.
Every provider in a configuration has its own state file for its resources
Answers
B.
Every provider in a configuration has its own state file for its resources
C.
You can create a provider for your API if none exists
Answers
C.
You can create a provider for your API if none exists
D.
All providers are part of the Terraform core binary
Answers
D.
All providers are part of the Terraform core binary
Suggested answer: C

Explanation:

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. Reference =

* 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

asked 18/09/2024
Arturs Grigorjevs
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first