Skip to content

Commit

Permalink
fix: remove diagnostic setting retention policies (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Dec 20, 2023
1 parent cf2f7c2 commit f612009
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,5 @@ resource "azurerm_monitor_diagnostic_setting" "this" {
metric {
category = "AllMetrics"
enabled = true

retention_policy {
days = 0
enabled = false
}
}
}

0 comments on commit f612009

Please sign in to comment.