TERRAFORM-ASSOCIATE-004 · Question #164
Infrastructure as Code (laC) can be stored in a version control system along with application code.
The correct answer is A. True. Infrastructure as Code (IaC) can indeed be stored in a version control system along with application code. This practice is a fundamental principle of modern infrastructure management, allowing teams to apply software development practices like versioning, peer review, and…
Question
Options
- ATrue
- BFalse
How the community answered
(24 responses)- A92% (22)
- B8% (2)
Explanation
Infrastructure as Code (IaC) can indeed be stored in a version control system along with application code. This practice is a fundamental principle of modern infrastructure management, allowing teams to apply software development practices like versioning, peer review, and CI/CD to infrastructure management. Storing IaC configurations in version control facilitates collaboration, history tracking, and change management.
Topics
Community Discussion
No community discussion yet for this question.