terraform { required_version = ">= 0.10.7" } variable "master_count" { type = "string" default = "1" description = <