diff --git a/website/docs/d/transport_node.html.markdown b/website/docs/d/transport_node.html.markdown index edb6135a0..46c8429f4 100644 --- a/website/docs/d/transport_node.html.markdown +++ b/website/docs/d/transport_node.html.markdown @@ -5,7 +5,7 @@ page_title: "NSXT: transport_node" description: An Transport Node data source. --- -# nsxt_edge_transport_node +# nsxt_transport_node This data source provides information about Transport Node configured on NSX. diff --git a/website/docs/r/edge_transport_node_rtep.html.markdown b/website/docs/r/edge_transport_node_rtep.html.markdown index 974420b8b..8eb72059f 100644 --- a/website/docs/r/edge_transport_node_rtep.html.markdown +++ b/website/docs/r/edge_transport_node_rtep.html.markdown @@ -5,7 +5,7 @@ page_title: "NSXT: nsxt_edge_transport_node_rtep" description: A resource to configure an Edge Transport Node RTEP (remote tunnel endpoint). --- -# nsxt_edge_transport_node +# nsxt_edge_transport_node_rtep This resource provides a method for the management of an Edge Transport Node RTEP (remote tunnel endpoint). This resource is supported with NSX 4.1.0 onwards. @@ -33,6 +33,7 @@ resource "nsxt_edge_transport_node_rtep" "test_rtep" { The following arguments are supported: +* `edge_id` - (Required) Edge ID to associate with remote tunnel endpoint. * `host_switch_name` - (Required) The host switch name to be used for the remote tunnel endpoint. * `ip_assignment` - (Required) - Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below: * `assigned_by_dhcp` - (Optional) Enables DHCP assignment. @@ -41,14 +42,9 @@ The following arguments are supported: * `subnet_mask` - (Required) Subnet mask. * `default_gateway` - (Required) Gateway IP. * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. -* `named_teaming_policy` - (Optional) The named teaming policy to be used by the remote tunnel endpoint. * `rtep_vlan` - (Required) VLAN id for remote tunnel endpoint. +* `named_teaming_policy` - (Optional) The named teaming policy to be used by the remote tunnel endpoint. -## Attributes Reference - -In addition to arguments listed above, the following attributes are exported: - -* `edge_id` - Edge ID to associate with remote tunnel endpoint. ## Importing