mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-06 14:13:16 -06:00
f148b26287
A correct outcome from this test now requires resource type schema to be available to the graph builder.
4 lines
45 B
HCL
4 lines
45 B
HCL
resource "test_object" "foo" {
|
|
count = 3
|
|
}
|