terraform/testing/equivalence-tests/tests/replace_within_object/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

28 lines
668 B
JSON

{
"version": 4,
"terraform_version": "1.3.7",
"serial": 4,
"lineage": "02b0a9ca-8da4-ad32-a144-3cc984a1d395",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "tfcoremock_object",
"name": "object",
"provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "F40F2AB4-100C-4AE8-BFD0-BF332A158415",
"object": {
"id": "56C7E07F-B9DF-4799-AF62-E703D1167A51"
}
},
"sensitive_attributes": []
}
]
}
],
"check_results": null
}