📄️ 1. Why Terraform?
---
📄️ 2. Getting Started with Terraform
📄️ 3. Terraform State
Terraform’s state is a critical part of how it functions. It keeps track of the resources it manages, their current configuration, and metadata about them. Understanding how Terraform state works is essential for effectively using Terraform in real-world scenarios.
📄️ 4. Creating reusable infrastructure with Modules
Dupo's note https://blog.johnfolberth.com/