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

5 lines
57 B
Terraform
Raw Normal View History

resource "test" "foo" {
2019-06-12 17:07:32 +02:00
count = 2
for_each = ["a"]
}