OSDN Git Service

versoin1.1.9 (#594)
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / multiline_string.golden
1 resource "null_resource" "some_command" {
2   provisioner "local-exec" {
3     command = "${echo '
4 some newlines
5 and additonal output'}"
6   }
7 }