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 96 discussion

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

What is a Terraform provider not responsible for?

  • A. Provisioning infrastructure in multiple cloud providers.
  • B. Managing actions to take based on resource differences.
  • C. Understanding API interactions with a hosted service.
  • D. Managing resources and data sources based on an API.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
3 weeks ago
Selected Answer: B
Managing actions to take based on resource differences (The Core Terraform Engine's job): The main Terraform CLI and core engine are responsible for: State Management: Reading the current state file. Planning: Comparing the desired state (configuration files) with the current state (state file and real infrastructure). Decision Making: Determining the sequence of actions needed (create, update, delete, replace) to reach the desired state.
upvoted 3 times
...
March2023
3 weeks, 3 days ago
Selected Answer: A
A single Terraform provider is dedicated to one platform. It is not responsible for provisioning across multiple cloud providers
upvoted 2 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 ...