You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AC: We need documentation to clarify this functionality for the user. Entire create and edit of a template.
OS Information
OS: Big Sur
Browser (if applicable):
Architecture: AMD
coder --version: 0.4.3
Steps to Reproduce
I change the main.tf for docker-local to replace the enterprise-java with enterprise-intellij
I run docker workspaces create -template="docker-local" mark-docker-intellij-ws but in the user input, it still shows codercom/enterprise-java:ubuntu and not the intellij one
Expected
docker workspaces create should show enterprise-intellij in the choice of workspaces to build
Actual
docker workspaces create shows the enterprise-java even though I removed it from the main.tf
Logs
Screenshot
Notes
The text was updated successfully, but these errors were encountered:
Editing the terraform file locally does not sync it to coder automatically. You need to run coder template edit or equivalent if that's been implemented then it should update on the backend.
misskniss
changed the title
bug: after changing an image in main.tf for docker-local, coder workspaces create still shows old image I changed
Docs: after changing an image in main.tf for docker-local, coder workspaces create still shows old image I changed
May 10, 2022
AC: We need documentation to clarify this functionality for the user. Entire create and edit of a template.
OS Information
coder --version
: 0.4.3Steps to Reproduce
Expected
docker workspaces create should show enterprise-intellij in the choice of workspaces to build
Actual
docker workspaces create shows the enterprise-java even though I removed it from the main.tf
Logs
Screenshot
Notes
The text was updated successfully, but these errors were encountered: