Skip to content

Commit 264a152

Browse files
UbuntuUbuntu
authored andcommitted
added location_policy, variable is user configurable
1 parent 14259b5 commit 264a152

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
@@ -618,6 +618,7 @@ resource "google_container_node_pool" "windows_pools" {
618618
content {
619619
min_node_count = lookup(autoscaling.value, "min_count", 1)
620620
max_node_count = lookup(autoscaling.value, "max_count", 100)
621+
location_policy = lookup(autoscaling.value, "location_policy", "BALANCED")
621622
}
622623
}
623624

0 commit comments

Comments
 (0)