opentofu/testing/equivalence-tests/outputs/drift_refresh_only/state.json
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

26 lines
663 B
JSON

{
"format_version": "1.0",
"values": {
"root_module": {
"resources": [
{
"address": "tfcoremock_simple_resource.drift",
"mode": "managed",
"name": "drift",
"provider_name": "registry.terraform.io/hashicorp/tfcoremock",
"schema_version": 0,
"sensitive_values": {},
"type": "tfcoremock_simple_resource",
"values": {
"bool": null,
"float": null,
"id": "cb79269e-dc39-1e68-0a9c-63cb392afda9",
"integer": null,
"number": null,
"string": "Hello, drift!"
}
}
]
}
}
}