📄️ Chapter 10 - depends_on
What if one resource needs another to exist before it's created?
📄️ Chapter 11 - Create Azure Linux VM
Deploy your first VM with Terraform
📄️ Chapter 12 - Count
Creating multiple resources just by incrementing the count.
📄️ Chapter 13 - Foreach
You can create resources from a list of strings (called a map)
📄️ Chapter 14 - Lifecycle Management
Ignoring changes and not updating the terraform when it doesn't need to be updated.