Introduction
Learn Terraform for your cloud infrastructure
()
What you need
()
1. First Steps with Terraform
What is Terraform?
()
Your Terraform code repo
()
Setting up Google Cloud for Terraform
()
Terraform Cloud
()
2. Terraform in Action
Terraform plan
()
First Terraform run
()
How Terraform works
()
Terraform states
()
Editing your code
()
Understanding Terraform errors
()
3. Infrastructure as Code
Modules
()
Terraform Registry
()
Variables
()
Split out your data
()
Refactor using modules
()
Modularize
()
Cleaning up: Terraform Destroy
()