Terraform basics
Terraform declares desired infrastructure state and calculates a plan to move current state toward it.
- Providers talk to platforms
- State file matters
- Plan before apply
Terraform basics
Tagged with terraform
Terraform declares desired infrastructure state and calculates a plan to move current state toward it.
Terraform basics
Infrastructure as code defines infrastructure in versioned files so environments are reproducible and reviewable.
What is infrastructure as code?