We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b0de7 + 85461cb commit 1935aeeCopy full SHA for 1935aee
tests/config.auto.tfvars
@@ -25,7 +25,8 @@ clusters = {
25
name_prefix = "testing"
26
base_domain = "infra.serverwolken.de"
27
cluster_min_master_version = "1.13.6"
28
- cluster_initial_node_count = 1
+ cluster_min_node_count = 1
29
+ cluster_max_node_count = 1
30
region = "europe-west1"
31
cluster_node_locations = "europe-west1-b,europe-west1-c,europe-west1-d"
32
}
0 commit comments