Understood Infrastructure as Code (IaC) and how Terraform helps provision and manage infrastructure declaratively using HCL.
Learned how providers (like AWS) work and how to define resources like instances and networks using Terraform configuration files.
Practiced commands like init
, plan
, apply
, and destroy
to manage infrastructure lifecycle efficiently.
Understood how Terraform tracks real infrastructure using state files, and learned how to manage, lock, and secure state properly.
Here are my personal notes on Terraform. I use them to quickly revise commands and concepts.
π View TERRAFORM Notes FlipbookIf you'd like a PDF version, feel free to contact me via the Contact section.