description = "Set to true to make the kubernetes ingresses exposed to the public internet."
type = bool
default = false
}
variable"ingress_type"{
description = "What controller should we use to handle incoming http(s) connections."
type = string
default = "gateway"
}
variable"cluster_exists"{
description = "Set to true after the kubernetes clusters exist to install the kubernetes_manifest resources. See https://github.com/hashicorp/terraform-provider-kubernetes/issues/1775"
type = bool
}
variable"quota_email"{
description = "Contact E-Mail to put on quota increase requests."
type = string
default = null
}
variable"quota_justification"{
description = "The reason given to Google for why the quotas need to be increased."
type = string
default = null
}
variable"ssh_key"{
description = "SSH key to install on user machine and GKE nodes. Format: username:public key"