What is a common language used for defining infrastructure as code?

  • HTML
  • JSON
  • XML
  • YAML
JSON (JavaScript Object Notation) is a common language used for defining infrastructure as code. It is a lightweight and human-readable data interchange format, making it well-suited for configuration files. YAML is another popular choice for its simplicity and readability in configuration management.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *