summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/array_comment_2.hcl
blob: f9166773896cceab147eb1bdf82c337b0c79bf4b (plain)
1
2
3
4
5
6
provisioner "remote-exec" {
  scripts = [
    "${path.module}/scripts/install-consul.sh" // missing comma
    "${path.module}/scripts/install-haproxy.sh"
  ] 
}