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
When we try to create or restart a workspace after upgrading to 2.1.1 we get this error
running command "coder templates push": template import provision for start: recv import provision: plan terraform: coder_parameter names must be unique but "CPU(cores)", "disk(GB)" and "memory(GB)" appear multiple times
The values in quotes are indeed the name values for the 3 coder_parameters we have set, however they are only set one time, there is no duplication. I downgraded back to 2.1.0 and workspaces start correctly. I also am unable to push an updated template from the cli due to the same error. When I check the template checked into git as well as what I can view in the UI these names all appear exactly one time.
I have this installed in kubernetes using helm.
The text was updated successfully, but these errors were encountered:
When we try to create or restart a workspace after upgrading to 2.1.1 we get this error
running command "coder templates push": template import provision for start: recv import provision: plan terraform: coder_parameter names must be unique but "CPU(cores)", "disk(GB)" and "memory(GB)" appear multiple times
The values in quotes are indeed the name values for the 3 coder_parameters we have set, however they are only set one time, there is no duplication. I downgraded back to 2.1.0 and workspaces start correctly. I also am unable to push an updated template from the cli due to the same error. When I check the template checked into git as well as what I can view in the UI these names all appear exactly one time.
I have this installed in kubernetes using helm.
The text was updated successfully, but these errors were encountered: