terraform/configs/test-fixtures/invalid-files/resource-reserved-for_each.tf

4 lines
45 B
HCL

resource "test" "foo" {
for_each = ["a"]
}