Skip to content

Commit

Permalink
removed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Nov 3, 2023
1 parent b3a7b5f commit eb2a36b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions postgres_flexible_server_replica/02_monitor_flexible.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ resource "azurerm_monitor_metric_alert" "main_server_alerts" {
window_size = each.value.window_size
severity = each.value.severity

tags = var.tags

dynamic "action" {
for_each = var.alert_action
Expand Down Expand Up @@ -73,7 +72,6 @@ resource "azurerm_monitor_diagnostic_setting" "this" {
log_analytics_workspace_id = var.log_analytics_workspace_id
storage_account_id = var.diagnostic_setting_destination_storage_id

tags = var.tags

enabled_log {
category = "PostgreSQLLogs"
Expand Down

0 comments on commit eb2a36b

Please sign in to comment.