blob: ccabdb2c689c919a571c32682a5d998d3b76a4a7 [file] [log] [blame]
resource "test" "foo" {
}
data "test" "foo" {
count = length(test.foo.things)
}