Skip to content

monitoring/monitor_action_group

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.this_name["azurecaf_name.this_name"] azurerm_monitor_action_group.this["azurerm_monitor_action_group.this"] data.azurerm_role_definition.arm_role["data.azurerm_role_definition.arm_role"] remote:event_hub_namespaces["remote:event_hub_namespaces"] remote:event_hubs["remote:event_hubs"] azurerm_monitor_action_group.this --> azurecaf_name.this_name azurerm_monitor_action_group.this --> data.azurerm_role_definition.arm_role azurerm_monitor_action_group.this --> remote:event_hub_namespaces azurerm_monitor_action_group.this --> remote:event_hubs

Module Reference

Category: monitoring
Path: modules/monitoring/monitor_action_group
Azure Resources: azurecaf_name, azurerm_monitor_action_group

Inputs

Name Description Type Required Default Validation
"global_settings" "Global settings object" any yes - -
"resource_group_name" "The name of the resource group in which to create the Action Group instance" string yes - -
"settings" "Configuration object for the monitor action group" any yes - -
"remote_objects" "Handle remote combined objects" any yes - -

Outputs

Name Description Sensitive Value
"id" "The ID of the Action Group" - azurerm_monitor_action_group.this.id

Sources

  • modules/monitoring/monitor_action_group/main.tf
  • modules/monitoring/monitor_action_group/monitor_action_group.tf
  • modules/monitoring/monitor_action_group/outputs.tf
  • modules/monitoring/monitor_action_group/variables.tf