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