nerdexam
HashiCorp

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…

Understand 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

(30 responses)
  • A
    70% (21)
  • B
    30% (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

#IaC#version control#infrastructure as code

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice