1.3.1 - Terraform Primer
Last updated Jan 22, 2025
Last updated
Last updated Jan 22, 2025
Last updated
Youtube Video | ~10 min
✍️ In this video we get an introduction to Terraform. It keeps track of infrastructure in a simple way.
⬇️ Download
"Terraform creates and manages resources on cloud platforms and other services through their application programming interfaces (APIs). Providers enable Terraform to work with virtually any platform or service with an accessible API." - https://developer.hashicorp.com/terraform/intro
Write it -> Init -> Plan -> Apply -> Destroy
📚 If you need assistance with Terraform Install