Skip to content

Commit 3536d97

Browse files
authored
Merge pull request #1022 from ksamoray/edge-node-multiswitch
Allow multiple switches per node
2 parents d435769 + d5220db commit 3536d97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nsxt/resource_nsxt_transport_node.go

-2
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ func getPublicCloudGatewayNodeSchema() *schema.Schema {
552552
func getPreconfiguredHostSwitchSchema() *schema.Schema {
553553
return &schema.Schema{
554554
Type: schema.TypeList,
555-
MaxItems: 1,
556555
Optional: true,
557556
Description: "Preconfigured host switch",
558557
Elem: &schema.Resource{
@@ -576,7 +575,6 @@ func getPreconfiguredHostSwitchSchema() *schema.Schema {
576575
func getStandardHostSwitchSchema() *schema.Schema {
577576
return &schema.Schema{
578577
Type: schema.TypeList,
579-
MaxItems: 1,
580578
Optional: true,
581579
Description: "Standard host switch specification",
582580
ExactlyOneOf: []string{

0 commit comments

Comments
 (0)