github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/invalid-files/resource-count-and-for_each.tf (about)

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