description = "SSH public key for logging in as user 'core'"
}
variable"dns_base_zone"{
type = "string"
description = "Google Cloud DNS Zone value to create etcd/k8s subdomains (e.g. dghubble.io)"
}
variable"dns_base_zone_name"{
type = "string"
description = "Google Cloud DNS Zone name to create etcd/k8s subdomains (e.g. dghubble-io)"
}
variable"k8s_domain_name"{
type = "string"
description = "Controller DNS name which resolves to the controller instance. Kubectl and workers use TLS client credentials to communicate via this endpoint."
}
variable"zone"{
type = "string"
description = "Google zone that compute instances should be created in (e.g. gcloud compute zones list)"
}
variable"machine_type"{
type = "string"
default = "n1-standard-1"
description = "Machine type for compute instances (e.g. gcloud compute machine-types list)"
}
variable"os_image"{
type = "string"
description = "OS image from which to initialize the disk (e.g. gcloud compute images list)"