Skip to content

Commit 87a8c3b

Browse files
committed
netflow policies for interface policy groups
1 parent 3b80c17 commit 87a8c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ locals {
374374
monitoring_policy = lookup(v, "monitoring_policy", local.laccess.monitoring_policy)
375375
netflow_monitor_policies = [
376376
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)
378378
netflow_monitor_policy = s.netflow_monitor_policy
379379
}
380380
]
@@ -437,7 +437,7 @@ locals {
437437
name = s
438438
netflow_monitor_policies = [
439439
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)
441441
netflow_monitor_policy = s.netflow_monitor_policy
442442
}
443443
]

0 commit comments

Comments
 (0)