-
Notifications
You must be signed in to change notification settings - Fork 881
Multiple terraform resources are detected as multiple workspaces, resulting in inability to SSH and unrecognized name #1750
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
Can this happen in other infrastructure? |
@ketang I think it can, depending on the implementation details of different Terraform providers. In this instance, the problem could've been avoided if the All this is to say, I'm fairly certain we will want/need a way to specify which resource is the actual workspace (or is running the agent). This way we can avoid the confusing UI from above (listing two ssh targets). |
@kylecarbs do you think the issue in #1884 is related to this one? |
I believe this issue was fixed by #2187? // @kylecarbs |
Correct! |
Steps to Reproduce
examples/do-droplet-linux
(feat: Add examples/templates/do-linux for Digital Ocean Droplets #1749)coder template create -d examples/do-droplet-linux
coder create -t do-droplet-linux my-dev
Ucommented the resource should look like:
Expected
Only one resource should be listed as the workspace.
Actual
Multiple resources are listed and detected as workspaces, leading to unexpected behavior.
Screenshot
The text was updated successfully, but these errors were encountered: