Run terraform fmt

This commit is contained in:
Andreas Holmsten
2019-03-28 17:17:57 +01:00
parent d8a023a92c
commit c9a7a2755d
15 changed files with 230 additions and 261 deletions

View File

@@ -14,14 +14,19 @@ facility = "ewr1"
# standalone etcds
number_of_etcd = 0
plan_etcd = "t1.small.x86"
# masters
number_of_k8s_masters = 1
number_of_k8s_masters_no_etcd = 0
plan_k8s_masters = "t1.small.x86"
plan_k8s_masters_no_etcd = "t1.small.x86"
# nodes
number_of_k8s_nodes = 2
plan_k8s_nodes = "t1.small.x86"