Files
opentf/internal/command/testdata/plan-existing-state/terraform.tfstate

24 lines
513 B
JSON

{
"version": 4,
"terraform_version": "1.6.0",
"serial": 1,
"lineage": "d496625c-bde2-aebc-f5f4-ebbf54eabed2",
"outputs": {},
"resources": [
{
"module": "module.child",
"mode": "managed",
"type": "test_instance",
"name": "test",
"provider": "provider[\"registry.opentofu.org/hashicorp/test\"]",
"instances": [
{
"schema_version": 0,
"attributes": {}
}
]
}
],
"check_results": null
}