Developing Terraform Modules For Scale

By Kyle Ruddy

Elevator Pitch

Terraform modules are a fundamental building block when it comes to creating reusable, infrastructure as code environments. This session will take a look at not only getting started with modules but dive into ensuring they are reusable and performant at any scale.

Description

When it comes to repeatable Terraform configurations, modules are the fundamental building block to it all. This code-first session will approach Terraform modules from the aspect of when and how they should be used, how to write simple modules, then how to expand module usage within an organization for the purposes of versioning, collaboration, reusability, and performance!