Part 15: Terraform Deep Dive
11 items
- What is Terraform state and why does it matter
- What is the difference between terraform plan, apply, and import
- What are Terraform modules and how do you structure them
- How does Terraform handle dependencies between resources
- What are Terraform workspaces and when should you use them
- How do you manage secrets in Terraform
- How do you handle state drift and what is terraform refresh
- What happens during terraform init and what does the lock file do
- How do you test Terraform code
- What is the lifecycle meta-argument and when do you use it
- How do you manage multiple environments with Terraform