mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-14 19:00:37 -05:00
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.
7 lines
83 B
HCL
7 lines
83 B
HCL
resource "test" "foo" {
|
|
}
|
|
|
|
data "test" "foo" {
|
|
count = length(test.foo.things)
|
|
}
|