terraform/configs/testdata/nested-errors/child_c/child_c.tf

7 lines
66 B
HCL

output "hello" {
value = "hello"
}
invalid "block" "type " {
}