blob: f9166773896cceab147eb1bdf82c337b0c79bf4b [file] [log] [blame]
provisioner "remote-exec" {
scripts = [
"${path.module}/scripts/install-consul.sh" // missing comma
"${path.module}/scripts/install-haproxy.sh"
]
}