mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-29 10:21:01 -06:00
82b5cfad7e
* add test cases * run equivalence tests * delete old outputs * drift_relevant_attributes should ignore the number attribute * also add a test for data reads * test destroy only
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "1.3.7",
|
|
"serial": 3,
|
|
"lineage": "6cdc8ae0-8355-2447-7fb8-a9e9c2243e8f",
|
|
"outputs": {},
|
|
"resources": [
|
|
{
|
|
"mode": "managed",
|
|
"type": "tfcoremock_simple_resource",
|
|
"name": "base_before",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "e450ef2f-b80f-0cce-8bdb-14d88f48649c",
|
|
"integer": null,
|
|
"number": null,
|
|
"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": "2ecc718c-8d04-5774-5c36-7d69bf77d34e",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "Hello, world!"
|
|
},
|
|
"sensitive_attributes": [],
|
|
"dependencies": [
|
|
"tfcoremock_simple_resource.base_before"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"check_results": null
|
|
}
|