easy
Single Answer
0What is the overarching used by Terraform to deploy cloud infrastructure?
Answer Options
A
IaC
B
DSC
C
API
D
REST
Correct Answer: A
Explanation
The overarching to build cloud infrastructure Terraform is called infrastructure as code (IaC). Desired State Configuration (DSC) is a Microsoft technology that allows configuration of Windows servers. The application program interface (API) is a method of interfacing with applications with code. Representational State Transfer (REST) is a method for programmatically interfacing with APIs.
terraform
iac
infrastructure-as-code
cloud
devops