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
HizumiOption: A
Sep 2, 2022

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, 2023

Provider plugin abstracts the API interaction with the cloud provider.

donathonOption: A
Sep 6, 2022

A is the answer

seif1993Option: A
Dec 7, 2022

yes for A

Power123Option: A
Mar 31, 2023

A is correct

IK912Option: A
Jun 18, 2023

A is the answer

SairamObiliOption: A
Aug 15, 2023

it s API Answer is A

Boomboy_420Option: A
Oct 26, 2023

A is the right answer