HashiCorp Certified: Terraform Associate — Question 174
Which statement describes a goal of infrastructure as code?
Answer options
- A. A pipeline process to test and deliver software
- B. Defining a vendor-agnostic API
- C. Write once, run anywhere
- D. The programmatic configuration of resources
Correct answer: D
Explanation
The correct answer, D, emphasizes the ability to configure resources programmatically, which is a core principle of infrastructure as code. Options A and B focus on software delivery processes and API definitions, which are not directly related to the concept of infrastructure as code. Option C, while relevant in other contexts, does not specifically address the goals of infrastructure as code.