November 2021
-
Terraform modules – Infrastructure as Code (IaC) with Terraform
Terraform modules are reusable, repeatable templates. They allow abstraction in provisioning infrastructure, which is much needed if your usage grows beyond just some proof of concept. HashiCorp visualizes modules as…