Again about Infrastructure as Code

Question:
What is Infrastructure as Code?

  1. The practice of describing infrastructure in an executable textual format
  2. The practice of performing software configuration manually
  3. The practice of documenting the infrastructure
  4. The practice of building, running, testing, and maintaining environments indefinitely
Answer:
A - is the correct answer. This textual format is executable and can be configured and then stored in a version control system