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: google/_modules/gke/variables.tf
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ variable "location" {
28
28
description="Location accepts a region or zone and starts a regional or zonal cluster respectively. Kubestack is only supported for regional clusters."
29
29
}
30
30
31
-
variable"node_locations" {
32
-
type=list(string)
33
-
description="List of zones in the cluster's region to start worker nodes in."
31
+
variable"location_policy" {
32
+
type=string
33
+
description="Location policy specifies the algorithm used when scaling-up the node pool."
34
34
}
35
35
36
36
variable"min_master_version" {
@@ -63,6 +63,11 @@ variable "max_node_count" {
63
63
type=string
64
64
}
65
65
66
+
variable"node_locations" {
67
+
type=list(string)
68
+
description="List of zones in the cluster's region to start worker nodes in."
69
+
}
70
+
66
71
variable"extra_oauth_scopes" {
67
72
description="List of additional oauth scopes for workers."
0 commit comments