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

@ -72,7 +72,7 @@ resource "null_resource" "bootkube-start" {
# Without depends_on, this remote-exec may start before the kubeconfig copy.
# Terraform only does one task at a time, so it would try to bootstrap
# Kubernetes and Tectonic while no Kubelets are running. Ensure all nodes
# receive a kubeconfig before proceeding with bootkube and tectonic.
# receive a kubeconfig before proceeding with bootkube.
depends_on = ["null_resource.copy-secrets"]
connection {