mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 11:13:09 -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
898 B
JSON
31 lines
898 B
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "1.3.7",
|
|
"serial": 1,
|
|
"lineage": "4a3a27e3-e5b3-3db6-bc4c-6b762a030232",
|
|
"outputs": {},
|
|
"resources": [
|
|
{
|
|
"mode": "managed",
|
|
"type": "tfcoremock_simple_resource",
|
|
"name": "json",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "5a3fd9b3-e852-8956-8c0a-255d47eda645",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "{\"list-attribute\":[\"one\",\"two\",\"three\"],\"object-attribute\":{\"key_one\":\"value_one\",\"key_two\":\"value_two\",\"key_three\":\"value_three\"},\"string-attribute\":\"string\"}"
|
|
},
|
|
"sensitive_attributes": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"check_results": null
|
|
}
|