Overview

Terraform modules provide a way to organize our infrastructure code into reusable components. Using a module is important when we repeatedly need to create a resource or when we need to create a resource that’s a combination of a couple of resources. A module is usually defined the same way we define our Terraform configuration files.

Get hands-on with 1200+ tech skills courses.