digital-ocean: Add ssh step dependency on the 0th controller

This commit is contained in:
Dalton Hubble 2017-07-29 15:05:21 -07:00
parent 097dcdf47e
commit b303c0e986
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Secure copy bootkube assets to ONE controller and start bootkube to perform
# one-time self-hosted cluster bootstrapping.
resource "null_resource" "bootkube-start" {
depends_on = ["module.bootkube"]
depends_on = ["module.bootkube", "digitalocean_droplet.controllers"]
connection {
type = "ssh"