opentofu/testing/equivalence-tests/tests/drift_simple/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
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
}