HashiCorp Certified: Terraform Associate — Question 154
Infrastructure as Code (IaC) can be stored in a version control system along with application code.
Answer options
- A. True
- B. False
Correct answer: A
Explanation
The correct answer is True because Infrastructure as Code (IaC) allows you to manage infrastructure through code, which can be stored in a version control system just like application code. This practice enhances collaboration, versioning, and rollback capabilities, while the option False is incorrect as it contradicts the principles of IaC.