Skip to content

Commit

Permalink
Merge pull request #1211 from ksamoray/nsxt_policy_gateway_route_map_…
Browse files Browse the repository at this point in the history
…out_filter

Update out_filter in nsxt_policy_gateway_route_map
  • Loading branch information
ksamoray authored May 17, 2024
2 parents 3c71a10 + 6548dbc commit e43e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_policy_tier0_inter_vrf_routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func getPolicyInterVRFRoutingFromSchema(d *schema.ResourceData) model.PolicyInte
}
var outFilter []string
if brlMap["out_filter"] != nil {
inFilter = interface2StringList(brlMap["out_filter"].([]interface{}))
outFilter = interface2StringList(brlMap["out_filter"].([]interface{}))
}
bgpRouteLeaking = append(bgpRouteLeaking, model.BgpRouteLeaking{
AddressFamily: &addressFamily,
Expand Down

0 comments on commit e43e952

Please sign in to comment.