File tree Expand file tree Collapse file tree 4 files changed +0
-48
lines changed Expand file tree Collapse file tree 4 files changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_service_plan"
26
26
for_each = data. azurerm_monitor_diagnostic_categories . diagnostic_categories_service_plan . log_category_groups
27
27
content {
28
28
category_group = entry. value
29
- retention_policy {
30
- enabled = true
31
- days = 30
32
- }
33
29
}
34
30
}
35
31
@@ -39,10 +35,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_service_plan"
39
35
content {
40
36
category = entry. value
41
37
enabled = true
42
- retention_policy {
43
- enabled = true
44
- days = 30
45
- }
46
38
}
47
39
}
48
40
}
@@ -168,10 +160,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_function" {
168
160
for_each = data. azurerm_monitor_diagnostic_categories . diagnostic_categories_function . log_category_groups
169
161
content {
170
162
category_group = entry. value
171
- retention_policy {
172
- enabled = true
173
- days = 30
174
- }
175
163
}
176
164
}
177
165
@@ -181,10 +169,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_function" {
181
169
content {
182
170
category = entry. value
183
171
enabled = true
184
- retention_policy {
185
- enabled = true
186
- days = 30
187
- }
188
172
}
189
173
}
190
174
}
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_key_vault" {
49
49
for_each = data. azurerm_monitor_diagnostic_categories . diagnostic_categories_key_vault . log_category_groups
50
50
content {
51
51
category_group = entry. value
52
- retention_policy {
53
- enabled = true
54
- days = 30
55
- }
56
52
}
57
53
}
58
54
@@ -62,10 +58,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_key_vault" {
62
58
content {
63
59
category = entry. value
64
60
enabled = true
65
- retention_policy {
66
- enabled = true
67
- days = 30
68
- }
69
61
}
70
62
}
71
63
}
Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_application_in
30
30
for_each = data. azurerm_monitor_diagnostic_categories . diagnostic_categories_application_insights . log_category_groups
31
31
content {
32
32
category_group = entry. value
33
- retention_policy {
34
- enabled = true
35
- days = 30
36
- }
37
33
}
38
34
}
39
35
@@ -43,10 +39,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_application_in
43
39
content {
44
40
category = entry. value
45
41
enabled = true
46
- retention_policy {
47
- enabled = true
48
- days = 30
49
- }
50
42
}
51
43
}
52
44
}
@@ -81,10 +73,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_log_analytics_
81
73
for_each = data. azurerm_monitor_diagnostic_categories . diagnostic_categories_log_analytics_workspace . log_category_groups
82
74
content {
83
75
category_group = entry. value
84
- retention_policy {
85
- enabled = true
86
- days = 30
87
- }
88
76
}
89
77
}
90
78
@@ -94,10 +82,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_log_analytics_
94
82
content {
95
83
category = entry. value
96
84
enabled = true
97
- retention_policy {
98
- enabled = true
99
- days = 30
100
- }
101
85
}
102
86
}
103
87
}
Original file line number Diff line number Diff line change @@ -112,10 +112,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_storage" {
112
112
for_each = data. azurerm_monitor_diagnostic_categories . diagnostic_categories_storage . log_category_groups
113
113
content {
114
114
category_group = entry. value
115
- retention_policy {
116
- enabled = true
117
- days = 30
118
- }
119
115
}
120
116
}
121
117
@@ -125,10 +121,6 @@ resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting_storage" {
125
121
content {
126
122
category = entry. value
127
123
enabled = true
128
- retention_policy {
129
- enabled = true
130
- days = 30
131
- }
132
124
}
133
125
}
134
126
}
You can’t perform that action at this time.
0 commit comments