Currently, only `warehouse_id` is valid for identifying a VM when using `state=absent`. Need to change the below and update the docs. ```python required_if=[ ['state', 'absent', ['warehouse_id']], ['state', 'present', ['catalog_id', 'type', 'name']] ] ```