Skip to content

Commit

Permalink
fix: deprecated retention policy
Browse files Browse the repository at this point in the history
  • Loading branch information
sheeeng committed Sep 26, 2023
1 parent 9c74acc commit ecf9218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting" {
# Learn more information on the deprecation [in the Azure documentation](https://aka.ms/diagnostic_settings_log_retention).
# https://github.com/hashicorp/terraform-provider-azurerm/pull/23260
# https://github.com/hashicorp/terraform-provider-azurerm/issues/23051
retention_policy {
enabled = true
}
# retention_policy {
# enabled = true
# }
}
}

Expand Down

0 comments on commit ecf9218

Please sign in to comment.