Skip to content

do-install.sh file not provided #14

@vbnospace

Description

@vbnospace

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions