TERRAFORM BASICS: POST 3
Maintaining Reusable Terraform modules in GitHub
Terraform | DevOps | GitHub | IaaC | Cloud
6 min readOct 13, 2021
--
What is Terraform Module?
Terraform Modules are the reusable blueprints of your infrastructure. By building modules you can logically break down the infrastructure components and wrap those logical parts…