digital-ocean: Add ssh step dependency on the 0th controller
This commit is contained in:
parent
097dcdf47e
commit
b303c0e986
|
@ -1,7 +1,7 @@
|
||||||
# Secure copy bootkube assets to ONE controller and start bootkube to perform
|
# Secure copy bootkube assets to ONE controller and start bootkube to perform
|
||||||
# one-time self-hosted cluster bootstrapping.
|
# one-time self-hosted cluster bootstrapping.
|
||||||
resource "null_resource" "bootkube-start" {
|
resource "null_resource" "bootkube-start" {
|
||||||
depends_on = ["module.bootkube"]
|
depends_on = ["module.bootkube", "digitalocean_droplet.controllers"]
|
||||||
|
|
||||||
connection {
|
connection {
|
||||||
type = "ssh"
|
type = "ssh"
|
||||||
|
|
Loading…
Reference in New Issue