File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ locals {
374
374
monitoring_policy = lookup (v, " monitoring_policy" , local. laccess . monitoring_policy )
375
375
netflow_monitor_policies = [
376
376
for s in lookup (v, " netflow_monitor_policies" , []) : {
377
- ip_filter_type = lookup (s, " ip_filter_type" , local. laccess . ip_filter_type )
377
+ ip_filter_type = lookup (s, " ip_filter_type" , local. laccess . netflow_monitor_policies . ip_filter_type )
378
378
netflow_monitor_policy = s.netflow_monitor_policy
379
379
}
380
380
]
@@ -437,7 +437,7 @@ locals {
437
437
name = s
438
438
netflow_monitor_policies = [
439
439
for s in lookup (v, " netflow_monitor_policies" , []) : {
440
- ip_filter_type = lookup (s, " ip_filter_type" , local. laccess . ip_filter_type )
440
+ ip_filter_type = lookup (s, " ip_filter_type" , local. lbundle . netflow_monitor_policies . ip_filter_type )
441
441
netflow_monitor_policy = s.netflow_monitor_policy
442
442
}
443
443
]
You can’t perform that action at this time.
0 commit comments