opentofu/testing/equivalence-tests/tests/replace_within_set/dynamic_resources.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

21 lines
345 B
JSON

{
"tfcoremock_set": {
"attributes": {
"set": {
"type": "set",
"required": true,
"set": {
"type": "object",
"object": {
"id": {
"type": "string",
"replace": true,
"required": true
}
}
}
}
}
}
}