Overview
This 25-minute talk by Jeremy Myers from HashiCorp explores how to use the Terraform Testing Framework to validate Terraform modules before deployment to the registry. Learn how to test your infrastructure code using the same HCL syntax you already know, without needing to learn another language or integrate additional vendor tools. Discover techniques for validating module input variables and testing multiple virtual machine configurations including Windows and Linux environments. The presentation covers efficient testing strategies such as running tests in parallel or scheduling them after provider releases. Perfect for DevOps professionals looking to implement testing practices into their Terraform modules to prevent breaking changes and ensure reliability.
Syllabus
Stop breaking things and start testing!
Taught by
HashiCorp