Skip to content

Commit

Permalink
Merge pull request #96 from SazniMohamed/main-sep
Browse files Browse the repository at this point in the history
Fix for variable mapping for Monitor-Activity-Log-Administrative-Alerts Module
  • Loading branch information
SazniMohamed authored Sep 3, 2024
2 parents 5956fb4 + 6bc8355 commit 64ce6fe
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ variable "alert_enabled" {
variable "activity_log_administrative_alerts" {
description = "Map of azure activity log administrative alerts"
type = map(object({
scopes = list(string)
reason = string
description = string
monitor_action_group_id = string
category = string
operation_name = string
resource_id = string
scopes = list(string)
monitor_activity_log_alert_name = string
description = string
monitor_action_group_id = string
category = string
operation_name = string
resource_id = string
}))
}

Expand Down

0 comments on commit 64ce6fe

Please sign in to comment.