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

5 lines
57 B
HCL

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