terraform/configs/testdata/invalid-files/data-count-and-for_each.tf

5 lines
53 B
HCL

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