TERRAFORM-ASSOCIATE-003 · 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
Infrastructure as Code (laC) can be stored in a version control system along with application code.
Options
- ATrue
- BFalse
How the community answered
(30 responses)- A70% (21)
- B30% (9)
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.