Skip to content

Commit 8288f09

Browse files
UbuntuQBYMKPI
authored andcommitted
added location_policy, variable is user configurable
1 parent 45cd608 commit 8288f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autogen/main/cluster.tf.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ resource "google_container_node_pool" "windows_pools" {
631631
content {
632632
min_node_count = lookup(autoscaling.value, "min_count", 1)
633633
max_node_count = lookup(autoscaling.value, "max_count", 100)
634+
location_policy = lookup(autoscaling.value, "location_policy", "BALANCED")
634635
}
635636
}
636637

0 commit comments

Comments
 (0)