Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 105


Most Terraform providers interact with ____________.

Show Answer
Correct Answer: A

Most Terraform providers interact with APIs. Terraform uses these providers to manage external resources, which are typically accessible through APIs. This allows Terraform to interface with a wide variety of services in a consistent manner by using the respective APIs provided by cloud services, SaaS platforms, and other systems.

Discussion

8 comments
Sign in to comment
Hizumi
Sep 2, 2023

Answer is A. Terraform relies on plugins called "providers" to interact with cloud providers, SaaS providers, and other APIs, as per: https://www.terraform.io/language/providers

debabrata6983Option: A
Aug 27, 2024

Provider plugin abstracts the API interaction with the cloud provider.

donathonOption: A
Sep 6, 2023

A is the answer

seif1993Option: A
Dec 7, 2023

yes for A

Power123
Mar 31, 2024

A is correct

IK912
Jun 18, 2024

A is the answer

SairamObili
Aug 15, 2024

it s API Answer is A

Boomboy_420Option: A
Oct 26, 2024

A is the right answer