monitoring/monitor_activity_log_alert¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.mala["azurecaf_name.mala"]
azurerm_monitor_activity_log_alert.mala["azurerm_monitor_activity_log_alert.mala"]
azurerm_monitor_activity_log_alert.mala --> azurecaf_name.mala
Module Reference¶
Category: monitoring
Path: modules/monitoring/monitor_activity_log_alert
Azure Resources: azurecaf_name, azurerm_monitor_activity_log_alert
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"global_settings" |
"Global settings object (see module README.md)" | any |
yes | - |
- |
"client_config" |
"Client configuration object (see module README.md)." | any |
yes | - |
- |
"settings" |
"(Required) Used to handle passthrough paramenters." | any |
yes | - |
- |
"remote_objects" |
"Remote objects configuration." | any |
no | {} |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | map(any) |
no | {} |
- |
"resource_group_name" |
" The name of the resource group in which to create the activity log alert instance." | any |
yes | - |
- |
"location" |
"The location/region where the activity log alert will be created." | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the activity log alert." | - | azurerm_monitor_activity_log_alert.mala.id |
Sources¶
modules/monitoring/monitor_activity_log_alert/locals.tfmodules/monitoring/monitor_activity_log_alert/main.tfmodules/monitoring/monitor_activity_log_alert/module.tfmodules/monitoring/monitor_activity_log_alert/outputs.tfmodules/monitoring/monitor_activity_log_alert/variables.tf