Skip to content

TaitoUnited/terraform-azurerm-monitoring

Repository files navigation

Azure monitoring

Example usage:

provider "azurerm" {
  features {}
}

module "monitoring" {
  source              = "TaitoUnited/storage/monitoring"
  version             = "1.0.0"

  name                = "my-infrastructure"
  resource_group_name = "my-infrastructure"
  location            = "northeurope"

  # TODO: add slack support
  alert_email         = "alerts@mydomain.com"
}

Combine with the following modules to get a complete infrastructure defined by YAML:

TIP: Similar modules are also available for AWS, Google Cloud, and DigitalOcean. All modules are used by infrastructure templates of Taito CLI. See also Azure project resources, Full Stack Helm Chart, and full-stack-template.

Contributions are welcome!