Files
opentf/testing/equivalence-tests/tests/null_provider_basic/spec.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

14 lines
280 B
JSON

{
"description": "tests creating a simple resource created by the null provider",
"include_files": [],
"ignore_fields": {
"apply.json": [
"2.@message",
"2.hook.id_value"
],
"state.json": [
"values.root_module.resources.*.values.id"
]
}
}