Process Flow - What is Infrastructure as Code
Write code to define infrastructure
Run code with Terraform
Terraform reads code
Terraform creates/updates resources
Infrastructure is ready and managed by code
Change code -> Run Terraform again -> Update infrastructure
Infrastructure as Code means writing code to create and manage cloud resources automatically. Terraform reads this code and makes the real infrastructure match it.