diff --git a/website/docs/r/policy_bgp_neighbor.html.markdown b/website/docs/r/policy_bgp_neighbor.html.markdown index 5dd93aeea..be9e24523 100644 --- a/website/docs/r/policy_bgp_neighbor.html.markdown +++ b/website/docs/r/policy_bgp_neighbor.html.markdown @@ -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. diff --git a/website/docs/r/policy_gateway_redistribution_config.html.markdown b/website/docs/r/policy_gateway_redistribution_config.html.markdown index 2eb7bd6d3..65a7ce034 100644 --- a/website/docs/r/policy_gateway_redistribution_config.html.markdown +++ b/website/docs/r/policy_gateway_redistribution_config.html.markdown @@ -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.