-
Notifications
You must be signed in to change notification settings - Fork 888
bug: Google Cloud VM creates fine in coder create
but fails with same template immediately in UI - then bricked
#3621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Template using 0.4.9 Coder Terraform provider |
@sharkymark I'm not able to reproduce this. @ericpaulsen can you add steps then re-open this issue if it still exists? |
@kylecarbs I'm still able to reproduce on
|
@ericpaulsen your fix on #3743 fixed this issue? |
@BrunoQuaresma yes! I will close this out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version:
v0.8.5+95f26f7
I have verified I can create a workspace fine using
coder create
but if I use the same template and attempt to create in the UI, it fails immediately.The workspace is bricked; delete does not work; I have to manually (after SSHing into the Coder host):
sudo -u postgres psql
authenticate to Postgres DB\l coder
connect to coder databaseselect * from workspaces where name like '%workspacename%';
delete from workspaces where id='guid from above select';
screenshot of failed workspace

screenshot of successful local creation with CLI


@ericpaulsen Maybe this is what you ran into. Please try in CLI, then UI.
The text was updated successfully, but these errors were encountered: