exam questions

Exam Terraform Associate 003 All Questions

View all questions & answers for the Terraform Associate 003 exam

Exam Terraform Associate 003 topic 1 question 35 discussion

Actual exam question from HashiCorp's Terraform Associate 003
Question #: 35
Topic #: 1
[All Terraform Associate 003 Questions]

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

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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ShakthiGCP
6 days, 5 hours ago
Selected Answer: A
This is a core benefit of Terraform's plugin-based architecture. Terraform providers are essentially plugins that extend Terraform's capabilities to interact with various APIs (cloud providers, SaaS services, custom internal systems). If a provider doesn't exist for a specific API you need to manage, you can absolutely write your own custom provider using Go. This is a powerful extensibility feature.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...