mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
* 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
21 lines
345 B
JSON
21 lines
345 B
JSON
{
|
|
"tfcoremock_map": {
|
|
"attributes": {
|
|
"map": {
|
|
"type": "map",
|
|
"required": true,
|
|
"map": {
|
|
"type": "object",
|
|
"object": {
|
|
"id": {
|
|
"type": "string",
|
|
"replace": true,
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|