mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
82b5cfad7e
* 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_set": {
|
|
"attributes": {
|
|
"set": {
|
|
"type": "set",
|
|
"required": true,
|
|
"set": {
|
|
"type": "object",
|
|
"object": {
|
|
"id": {
|
|
"type": "string",
|
|
"replace": true,
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|