Dynamic Terraform Module for Azure Diagnostic Settings

Enabling diagnostic settings is a fundamental requirement for deploying services on Azure. Each type of resource has a different set of log and metric categories. It could get quickly complicated and clunky if you don't use a dynamic way to fetch those log and metric categories. However, before we open the floodgates, we also need …

Continue reading Dynamic Terraform Module for Azure Diagnostic Settings