blob: 9ad07bf00ff0cb8a0e8d75659c14283ac67bb443 [file] [log] [blame]
{
"version": 4,
"terraform_version": "1.3.7",
"serial": 5,
"lineage": "f521f089-8673-e4a9-93a7-4f01f72fbc15",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "tfcoremock_simple_resource",
"name": "base",
"provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"bool": null,
"float": null,
"id": "f6f74ca6-e8ef-e51f-522c-433b9ed5038f",
"integer": null,
"number": 0,
"string": "Hello, world!"
},
"sensitive_attributes": []
}
]
},
{
"mode": "managed",
"type": "tfcoremock_simple_resource",
"name": "dependent",
"provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"bool": null,
"float": null,
"id": "1b17b502-96c9-fcc3-3b09-2af1c3de6ad8",
"integer": null,
"number": null,
"string": "Hello, world!"
},
"sensitive_attributes": [],
"dependencies": [
"tfcoremock_simple_resource.base"
]
}
]
}
],
"check_results": null
}