Skip to content

Commit

Permalink
Fix false Terraform change notification on diagnostic settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Oct 25, 2022
1 parent c8217f2 commit 50989b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/monitor-diagnostics.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resource "azurerm_monitor_diagnostic_setting" "getanid-keyvault-diagnostics" {

retention_policy {
enabled = local.keyvault_logging_enabled
days = 0 # unlimited
}
}

Expand Down

0 comments on commit 50989b9

Please sign in to comment.