Skip to content

Commit d5d9fbd

Browse files
committed
For nsxt_policy_host_transport_node_profile, ip_assignment is optional
This attribute is wrongly marked as required. Signed-off-by: Kobi Samoray <kobi.samoray@broadcom.com>
1 parent 9f907c7 commit d5d9fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/resources/policy_host_transport_node_profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following arguments are supported:
4949
* `host_switch_profile` - (Deprecated) Policy paths of host switch profiles to be associated with this host switch. This attribute is deprecated, please use type-specific attribute instead (such as `uplink_profile`)
5050
* `uplink_profile` - (Optional) Uplink host switch profile path.
5151
* `vtep_ha_profile` - (Optional) VTEP high availability host switch profile path. Only applicable with VDS switch.
52-
* `ip_assignment` - (Required) - Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exactly one of the below:
52+
* `ip_assignment` - (Optional) - Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exactly one of the below:
5353
* `assigned_by_dhcp` - (Optional) Enables DHCP assignment.
5454
* `static_ip` - (Optional) IP assignment specification for Static IP List.
5555
* `ip_addresses` - (Required) List of IPs for transport node host switch virtual tunnel endpoints.

0 commit comments

Comments
 (0)