Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
Some documentation error

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Nov 16, 2023
1 parent 18e6e5a commit 18b77fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 18b77fb

Please sign in to comment.