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
@@ -102,10 +102,6 @@ The following arguments are supported:
102
102
(Required)
103
103
The URL of the node template to which this node group belongs.
104
104
105
-
*`size` -
106
-
(Required)
107
-
The total number of nodes in the node group.
108
-
109
105
110
106
- - -
111
107
@@ -118,6 +114,14 @@ The following arguments are supported:
118
114
(Optional)
119
115
Name of the resource.
120
116
117
+
*`size` -
118
+
(Optional)
119
+
The total number of nodes in the node group. One of `initial_size` or `size` must be specified.
120
+
121
+
*`initial_size` -
122
+
(Optional)
123
+
The initial number of nodes in the node group. One of `initial_size` or `size` must be specified.
124
+
121
125
*`maintenance_policy` -
122
126
(Optional)
123
127
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT.
0 commit comments