Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional datastore import test
Make sure the user gets a helpful error if they only provide a single ID when running import. ``` $ terraform import hpegl_pc_datastore.my_datastore badID Error: import has invalid datastore id format Provided import ID "badID" is invalid. Format must be "<hci_cluster_uuid>,<datastore_id>". For example: f8d3e2fd-a0e0-41a3-83b3-a8f92b21a9f3,e8beff7c-6fc8-42f4-bb9f-8e2935d69918 ```
- Loading branch information