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
+3-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@ Review the documentation for VMware Cloud Foundation for more information about
32
32
### Required
33
33
34
34
-`admin_password` (String) Administrator password for the NSX manager
35
-
-`asn` (String) ASN for the cluster
36
35
-`audit_password` (String) Audit user password for the NSX manager
37
36
-`edge_node` (Block List, Min: 1) The nodes in the edge cluster (see [below for nested schema](#nestedblock--edge_node))
38
37
-`form_factor` (String) One among: XLARGE, LARGE, MEDIUM, SMALL
@@ -41,13 +40,15 @@ Review the documentation for VMware Cloud Foundation for more information about
41
40
-`name` (String) The name of the edge cluster
42
41
-`profile_type` (String) One among: DEFAULT, CUSTOM. If set to CUSTOM a 'profile' must be provided
43
42
-`root_password` (String) Root user password for the NSX manager
44
-
-`routing_type` (String) One among: EBGP, STATIC
45
43
46
44
### Optional
47
45
46
+
-`asn` (String) ASN for the cluster
48
47
-`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
49
48
-`profile` (Block List, Max: 1) The specification for the edge cluster profile (see [below for nested schema](#nestedblock--profile))
49
+
-`routing_type` (String) One among: EBGP, STATIC
50
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)
51
+
-`tier0_name` (String) Name for the Tier-0 gateway
51
52
-`tier1_name` (String) Name for the Tier-1 gateway
52
53
-`tier1_unhosted` (Boolean) Select whether Tier-1 being created per this spec is hosted on the new Edge cluster or not (default value is false, meaning hosted)
53
54
-`timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
0 commit comments