What is infrastructure as code?
Infrastructure as code defines infrastructure in versioned files so environments are reproducible and reviewable.
- Treat infra changes like code
- Supports repeatable provisioning
- Improves auditability
What is infrastructure as code?