OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / parser / test-fixtures / array_comment_2.hcl
1 provisioner "remote-exec" {
2   scripts = [
3     "${path.module}/scripts/install-consul.sh" // missing comma
4     "${path.module}/scripts/install-haproxy.sh"
5   ] 
6 }