Files
opentf/internal/tofu/testdata/refresh-data-count/refresh-data-count.tf
2023-09-20 15:16:53 +03:00

7 lines
83 B
HCL

resource "test" "foo" {
}
data "test" "foo" {
count = length(test.foo.things)
}