Terraform Plan and Apply: Beginner’s Guide Learn the difference between terraform plan and terraform apply in this beginner-friendly tutorial. See how each command works, how they fit into the Terraform
Terraform Plan and Apply: Beginner’s Guide Learn the difference between terraform plan and terraform apply in this beginner-friendly tutorial. See how each command works, how they fit into the Terraform
Estimate Azure Costs from Terraform with Infracost Cloud costs are often an afterthought — until the bill arrives. In this video, I walk through how to use Infracost with Terraform
What is .terraform.lock.hcl? | Terraform Lock File Explained Ever wondered what the .terraform.lock.hcl file does and whether you should commit it to Git? In this video, I explain what the
Terraform Data Sources Explained | Read Existing Infrastructure the Right Way Terraform data sources let you query existing infrastructure without managing it. In this video, I explain what data sources
What is a tfvars file in Terraform? | Manage Variables & Multiple Environments In this video, I explain how Terraform tfvars files help you manage variables cleanly across dev, test,