-
Notifications
You must be signed in to change notification settings - Fork 887
Error with 2.1.1 when planning workspace: coder_parameter names must be unique #9260
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
Ok, I looked around and managed to reproduce it. Unfortunately, it is the outcome of #9201. Terraform provider fails the use case with a module. For instance: main.tf:
./mod/terraform-coder-defn-dev/coder.tf ./mod/terraform-coder-defn-dev/params.tf
|
@mtojek Thanks for the fix! Next time I'll make smaller repros without creds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coder 2.1.1 complains about non-unique coder_parameter names when Terraforming a workspace, preventing the workspace from stopping or starting.
Downgrading to 2.1.0 removes this problem.
This is the Coder template: https://github.com/defn/dev/tree/main/m/coder/dfd
Error:
The text was updated successfully, but these errors were encountered: