hcl/hcl/parser/test-fixtures/missing_braces.hcl
2015-12-16 18:21:22 -06:00

5 lines
123 B
HCL

# should error, but not crash
resource "template_file" "cloud_config" {
template = "$file("${path.module}/some/path")"
}