opentofu/terraform/test-fixtures/refresh-config-orphan/main.tf
Martin Atkins f148b26287 core: Fix RefreshGraphBuilder tests
A correct outcome from this test now requires resource type schema to be
available to the graph builder.
2018-10-16 18:48:28 -07:00

4 lines
45 B
HCL

resource "test_object" "foo" {
count = 3
}