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
The second screenshot shows the response from coderd when a new template version is made with the same name as an existing template version for the same template. This message is justifiably confusing, so I'll improve it in #14572.
The same PR will also improve the error message in the first screenshot, when there are duplicate metadata keys, by including the error trace. This error trace is kinda ugly, and ideally it would get picked up during a terraform plan on a template, in which case Terraform would give us a nice human readable error - I'll make a change to the coder provider to support this.
Description
By accident I want to push a template update to Coder, but this ends in an internal error.
After next try I saw another error which was the hint to solve this problem:
Expected
Terraform plant should recognize a non uquie key for a metadata object
The text was updated successfully, but these errors were encountered: