opentofu/testing/equivalence-tests/tests/basic_json_string_update/terraform.tfstate
Liam Cervante 82b5cfad7e
Add more equivalence tests that are testing edge cases around the new structured renderer (#32538)
* 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
2023-01-20 09:31:11 +01:00

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
}