File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
scenarios/AksOpenAiTerraform/terraform/modules/bastion_host Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -39,20 +39,10 @@ resource "azurerm_monitor_diagnostic_setting" "settings" {
3939
4040 enabled_log {
4141 category = " BastionAuditLogs"
42-
43- retention_policy {
44- enabled = true
45- days = var. log_analytics_retention_days
46- }
4742 }
4843
4944 metric {
5045 category = " AllMetrics"
51-
52- retention_policy {
53- enabled = true
54- days = var. log_analytics_retention_days
55- }
5646 }
5747}
5848
@@ -63,37 +53,17 @@ resource "azurerm_monitor_diagnostic_setting" "pip_settings" {
6353
6454 enabled_log {
6555 category = " DDoSProtectionNotifications"
66-
67- retention_policy {
68- enabled = true
69- days = var. log_analytics_retention_days
70- }
7156 }
7257
7358 enabled_log {
7459 category = " DDoSMitigationFlowLogs"
75-
76- retention_policy {
77- enabled = true
78- days = var. log_analytics_retention_days
79- }
8060 }
8161
8262 enabled_log {
8363 category = " DDoSMitigationReports"
84-
85- retention_policy {
86- enabled = true
87- days = var. log_analytics_retention_days
88- }
8964 }
9065
9166 metric {
9267 category = " AllMetrics"
93-
94- retention_policy {
95- enabled = true
96- days = var. log_analytics_retention_days
97- }
9868 }
9969}
You can’t perform that action at this time.
0 commit comments