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
This popup has been introduced to allow users to pass their own values for new required parameters. Unfortunately, it doesn't play well with migration flow. The migration flow assumes that if there is no workspace build parameters, but there is a legacy variable property present, coder backend will try to pull matching values from legacy parameters.
I guess that one of the options would be skipping rich parameters with extra property (legacy_variable_name)?
I found a bug in the terraform-provider-coder and updated the backend side. Once this gets merged, @BrunoQuaresma could you please adjust the frontend to obey the legacy_variable_name?
Hi,
This popup has been introduced to allow users to pass their own values for new required parameters. Unfortunately, it doesn't play well with migration flow. The migration flow assumes that if there is no workspace build parameters, but there is a legacy variable property present, coder backend will try to pull matching values from legacy parameters.
I guess that one of the options would be skipping rich parameters with extra property (
legacy_variable_name
)?@bpmct @BrunoQuaresma
The text was updated successfully, but these errors were encountered: