We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9f947c3 commita0f4d58Copy full SHA for a0f4d58
coderd/parameters.go
@@ -282,7 +282,7 @@ func (api *API) getWorkspaceOwnerData(
282
// required.
283
funcparameterProvisionerVersionDiagnostic(tf database.TemplateVersionTerraformValue) hcl.Diagnostics {
284
missingMetaData:= hcl.Diagnostic{
285
-Severity:hcl.DiagWarning,
+Severity:hcl.DiagError,
286
Summary:"This template version is missing required metadata to support dynamic parameters. Go back to the classic creation flow.",
287
Detail:"To restore full functionality, please re-import the terraform as a new template version.",
288
}