mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 11:42:58 -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
31 lines
727 B
JSON
31 lines
727 B
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "1.3.7",
|
|
"serial": 1,
|
|
"lineage": "3ee5327f-66cc-dd24-f2f1-95ef63c0bcb8",
|
|
"outputs": {},
|
|
"resources": [
|
|
{
|
|
"mode": "managed",
|
|
"type": "tfcoremock_simple_resource",
|
|
"name": "drift",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "f3c6ddc5-37d5-0170-64ff-518ad421385a",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "Hello, world!"
|
|
},
|
|
"sensitive_attributes": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"check_results": null
|
|
}
|