nerdexam
HashiCorp

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…

Submitted by satoshi_tk· Apr 18, 2026Understand Infrastructure as Code (IaC) Concepts

Question

Infrastructure as Code (laC) can be stored in a version control system along with application code.

Options

  • ATrue
  • BFalse

How the community answered

(24 responses)
  • A
    92% (22)
  • B
    8% (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

#Infrastructure as Code#IaC principles#Version Control

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice