Presentation
Terraform Repository Best Practices, Parts 1 & 2
Learn how to standardize your Terraform code and eliminate duplicate Terraform code.
Matthew Ramirez, cloud engineer at Nebulaworks, reviews best practices for laying out Terraform configuration files and Terraform modules to help you standardize your Terraform code and eliminate duplicate Terraform code. He discusses using Terraform to build and manage multiple environments supporting live applications.
Because there are many ways to structure your repositories containing your Terraform code, he also talks about how Nebulaworks is structuring its repositories, which prioritizes the need to make transparent changes to environments and to reuse code.