Page cover

1.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=iAQB

✍️ 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

https://developer.hashicorp.com/terraform/intro

Terraform Workflow

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

https://developer.hashicorp.com/terraform/intro

Resources

📚 If you need assistance with Terraform Install

https://developer.hashicorp.com/terraform/tutorials/docker-get-started/install-cli

Last updated