summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/missing_braces.hcl
blob: 68e7274e6b0882800c2496c2fa379637a535e56a (plain)
1
2
3
4
# should error, but not crash
resource "template_file" "cloud_config" {
  template = "$file("${path.module}/some/path")"
}