We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d435769 + d5220db commit 3536d97Copy full SHA for 3536d97
nsxt/resource_nsxt_transport_node.go
@@ -552,7 +552,6 @@ func getPublicCloudGatewayNodeSchema() *schema.Schema {
552
func getPreconfiguredHostSwitchSchema() *schema.Schema {
553
return &schema.Schema{
554
Type: schema.TypeList,
555
- MaxItems: 1,
556
Optional: true,
557
Description: "Preconfigured host switch",
558
Elem: &schema.Resource{
@@ -576,7 +575,6 @@ func getPreconfiguredHostSwitchSchema() *schema.Schema {
576
575
func getStandardHostSwitchSchema() *schema.Schema {
577
578
579
580
581
Description: "Standard host switch specification",
582
ExactlyOneOf: []string{
0 commit comments