Adding a start to control-plane infra

This commit is contained in:
Jonathan Simon
2019-11-24 20:47:39 -08:00
parent 79418a5fb7
commit 23c3df43ad
5 changed files with 152 additions and 0 deletions

View File

@@ -14,3 +14,9 @@ variable "prefix" {
description = "The prefix to add the name"
default = "jibakurei"
}
variable "etcd_member_count" {
type = string
description = "The number of etcd instances in the cluster"
default = "1"
}