digital-ocean: Join name.dns_zone for controller domain

* Output the DNS FQDNs, IPv4 addresses, and IPv6 addresses
This commit is contained in:
Dalton Hubble
2017-07-29 12:04:08 -07:00
parent 6070ffb449
commit efff7497eb
4 changed files with 4 additions and 9 deletions

View File

@ -49,11 +49,6 @@ variable "ssh_fingerprints" {
# bootkube assets
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 "asset_dir" {
description = "Path to a directory where generated assets should be placed (contains secrets)"
type = "string"