Skip to content

Commit

Permalink
Remove outdated limitation from redistribution doc
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Khmelnitsky <[email protected]>
  • Loading branch information
annakhm committed Nov 30, 2023
1 parent 2e5e2bc commit c007fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions website/docs/r/policy_bgp_neighbor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ terraform import nsxt_policy_bgp_neighbor.test T0_ID/LOCALE_SERVICE_ID/NEIGHBOR_
```

The above command imports BGP Neighbor named `test` with the NSX BGP Neighbor ID `NEIGHBOR_ID` from the Tier-0 `T0_ID` and Locale Service `LOCALE_SERVICE_ID`.

~> **NOTE:** BGP neigbor password configured on NSX will not be returned by NSX for security reasons, and hence not imported to terraform state.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A resource to configure Route Redistribution on Tier-0 gateway in N

# nsxt_policy_gateway_redistribution_config

This resource provides a method for the management of a Tier-0 Gateway Route Redistribution config. Note that this configuration can be defined only for Active-Standby Tier0 gateway.
This resource provides a method for the management of a Tier-0 Gateway Route Redistribution config.

This resource is applicable to NSX Global Manager and NSX Policy Manager.
This resource is supported with NSX 3.0.0 onwards.
Expand Down

0 comments on commit c007fca

Please sign in to comment.