You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/edge_cluster.md
+7-11
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,10 @@ Review the documentation for VMware Cloud Foundation for more information about
42
42
-`profile_type` (String) One among: DEFAULT, CUSTOM. If set to CUSTOM a 'profile' must be provided
43
43
-`root_password` (String) Root user password for the NSX manager
44
44
-`routing_type` (String) One among: EBGP, STATIC
45
-
-`tier0_name` (String) Name for the Tier-0 gateway
46
45
47
46
### Optional
48
47
49
48
-`internal_transit_subnets` (List of String) Subnet addresses in CIDR notation that are used to assign addresses to logical links connecting service routers and distributed routers
50
-
51
49
-`profile` (Block List, Max: 1) The specification for the edge cluster profile (see [below for nested schema](#nestedblock--profile))
52
50
-`skip_tep_routability_check` (Boolean) Set to true to bypass normal ICMP-based check of Edge TEP / host TEP routability (default is false, meaning do check)
53
51
-`tier1_name` (String) Name for the Tier-1 gateway
@@ -60,7 +58,6 @@ Review the documentation for VMware Cloud Foundation for more information about
60
58
-`id` (String) The ID of this resource.
61
59
62
60
<aid="nestedblock--edge_node"></a>
63
-
64
61
### Nested Schema for `edge_node`
65
62
66
63
Required:
@@ -79,25 +76,23 @@ Required:
79
76
80
77
Optional:
81
78
82
-
-`compute_cluster_id` (String) The id of the compute cluster. You cannot specify a value for `compute_cluster_name` if you set this attribute.
83
-
-`compute_cluster_name` (String) The name of the compute cluster. You cannot specify a value for `compute_cluster_id` if you set this attribute.
84
-
79
+
-`compute_cluster_id` (String) The id of the compute cluster
80
+
-`compute_cluster_name` (String) The name of the compute cluster
85
81
-`first_nsx_vds_uplink` (String) The name of the first NSX-enabled VDS uplink
86
82
-`management_network` (Block List, Max: 1) The management network which will be created for this node (see [below for nested schema](#nestedblock--edge_node--management_network))
87
83
-`second_nsx_vds_uplink` (String) The name of the second NSX-enabled VDS uplink
88
84
-`uplink` (Block List) Specifications of Tier-0 uplinks for the edge node (see [below for nested schema](#nestedblock--edge_node--uplink))
0 commit comments