summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/multiline_string.golden
blob: 3d10c741de639c7892b22e049f0a3840ad542656 (plain)
1
2
3
4
5
6
7
resource "null_resource" "some_command" {
  provisioner "local-exec" {
    command = "${echo '
some newlines
and additonal output'}"
  }
}