I am trying to create my cluster on digitalocean, when I do apply it runs the file dcos.tf which has this block of code, it is not finishing the creation of the master I think because the file ./do-install.sh does not exist on the directory. Can someone help me?
provisioner "local-exec" {
command = "while [ ! -f ./do-install.sh ]; do sleep 1; done"
}
I am trying to create my cluster on digitalocean, when I do apply it runs the file dcos.tf which has this block of code, it is not finishing the creation of the master I think because the file ./do-install.sh does not exist on the directory. Can someone help me?