Files
opentf/terraform/testdata/refresh-data-count/refresh-data-count.tf
James Bardin bc82347a04 fix tests
Update tests to match the new behavior. Some were incorrect, some no
longer make sense, and some just weren't setup to handle th plan api
calls.
2020-09-21 16:17:46 -04:00

7 lines
83 B
HCL

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