opentofu/configs/testdata/invalid-files/resource-count-and-for_each.tf
2019-07-22 10:51:16 -04:00

5 lines
57 B
HCL

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