OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / parser / test-fixtures / missing_braces.hcl
1 # should error, but not crash
2 resource "template_file" "cloud_config" {
3   template = "$file("${path.module}/some/path")"
4 }