nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #50

Which are examples of infrastructure as code? (Choose two.)

The correct answer is B. Versioned configuration files D. Doctor files. Versioned configuration files: Infrastructure as code is when infrastructure is defined and managed using code, and configuration files that are written in a programming language, such as JSON or YAML, and stored in a version control system like Git, allowing for versioning and…

Understand Infrastructure as Code (IaC) concepts

Question

Which are examples of infrastructure as code? (Choose two.)

Options

  • ACloned virtual machine images
  • BVersioned configuration files
  • CChange management database records
  • DDoctor files

How the community answered

(53 responses)
  • A
    17% (9)
  • B
    75% (40)
  • C
    8% (4)

Explanation

Versioned configuration files: Infrastructure as code is when infrastructure is defined and managed using code, and configuration files that are written in a programming language, such as JSON or YAML, and stored in a version control system like Git, allowing for versioning and Docker files: Docker files are a type of infrastructure as code that describe how to build a container image. They are written in a simple programming language and can be versioned and stored in a version control system.

Topics

#IaC examples#version control#configuration files#Docker

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice