From a73b9f662cb757d83e879fb06af2cde7b1c6886c Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Thu, 16 Nov 2023 09:00:07 +0200 Subject: [PATCH] Fix documentation Some documentation error Signed-off-by: Kobi Samoray --- ...html.markdown => policy_host_transport_node.html.markdown} | 0 .../docs/r/policy_host_transport_node_profile.html.markdown | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename website/docs/d/{policy_host_tranport_node.html.markdown => policy_host_transport_node.html.markdown} (100%) diff --git a/website/docs/d/policy_host_tranport_node.html.markdown b/website/docs/d/policy_host_transport_node.html.markdown similarity index 100% rename from website/docs/d/policy_host_tranport_node.html.markdown rename to website/docs/d/policy_host_transport_node.html.markdown diff --git a/website/docs/r/policy_host_transport_node_profile.html.markdown b/website/docs/r/policy_host_transport_node_profile.html.markdown index 7d0b184a2..a1b1334a3 100644 --- a/website/docs/r/policy_host_transport_node_profile.html.markdown +++ b/website/docs/r/policy_host_transport_node_profile.html.markdown @@ -5,7 +5,7 @@ page_title: "NSXT: nsxt_policy_host_transport_node_profile" description: A resource to configure a Policy Host Transport Node Profile. --- -# nsxt_transport_node +# nsxt_policy_host_transport_node_profile This resource provides a method for the management of a Policy Host Transport Node Profile. This resource is supported with NSX 4.1.0 onwards. @@ -22,7 +22,7 @@ resource "nsxt_policy_host_transport_node_profile" "test" { assigned_by_dhcp = true } transport_zone_endpoint { - transport_zone = data.nsxt_transport_zone.tz1.id + transport_zone = nsxt_policy_transport_zone.tz_overlay.path } host_switch_profile = [nsxt_policy_uplink_host_switch_profile.hsw_profile1.path] is_migrate_pnics = false