Page cover

t1.3.1 - Terraform Primer

Last updated Jan 22, 2025

Youtube Video | ~10 min

https://www.youtube.com/watch?v=s2bOYDCKl_M&list=PL3MmuxUbc_hJed7dXYoJw8DoCuVHhGEQb&index=11&pp=iAQBarrow-up-right

✍️ 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/introarrow-up-right

https://developer.hashicorp.com/terraform/introarrow-up-right

Terraform Workflow

Write it -> Init -> Plan -> Apply -> Destroy

https://developer.hashicorp.com/terraform/introarrow-up-right

Resources

📚 If you need assistance with Terraform Install

https://developer.hashicorp.com/terraform/tutorials/docker-get-started/install-cliarrow-up-right

Last updated