mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -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
745 B
JSON
31 lines
745 B
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "1.3.7",
|
|
"serial": 1,
|
|
"lineage": "1e8cb645-9856-bc39-5053-f58ec18be73d",
|
|
"outputs": {},
|
|
"resources": [
|
|
{
|
|
"mode": "managed",
|
|
"type": "tfcoremock_simple_resource",
|
|
"name": "multiline",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "69fe5233-e77a-804f-0dac-115c949540bc",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "one\ntwo\nthree\nfour\nfive"
|
|
},
|
|
"sensitive_attributes": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"check_results": null
|
|
}
|