terraform/configs/testdata/invalid-files/data-reserved-for_each.tf

4 lines
41 B
HCL

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