Writing Terraform; like any other IaC toolset, over time you may be repeating the same process for common resources such as an Azure Virtual network, Container registry, Postgres Database etc - instead of copying the same resource multiple times, you…
Read More Creating reusable Terraform with Terraform modules