## OS Information - OS: - Browser (if applicable): - Architecture: - `coder --version`: 0.5.4 ## Steps to Reproduce 1. Try to create a workspace with ```coder create``` 2. In my case, it fails because I had the GCP image name wrong 3. Fix the image in ```main.tf```, update, and try and create the workspace again 4. It fails saying the name is already used ## Expected If ```coder create``` fails, it should not create a workspace ## Actual ```coder create``` fails and a workspace name is registered in the in-memory database ## Logs ## Screenshot <img width="826" alt="Screen Shot 2022-05-08 at 11 16 57 AM" src="https://user-images.githubusercontent.com/2022166/167305353-8a8d64ea-2dc2-43bc-8f2a-717e598c3472.png"> <img width="991" alt="Screen Shot 2022-05-08 at 11 17 28 AM" src="https://user-images.githubusercontent.com/2022166/167305343-178c6d85-7205-4de1-afdc-ec43755724df.png"> ## Notes <!-- Anything else you want to share -->