Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f947c3 commit a0f4d58Copy full SHA for a0f4d58
coderd/parameters.go
@@ -282,7 +282,7 @@ func (api *API) getWorkspaceOwnerData(
282
// required.
283
func parameterProvisionerVersionDiagnostic(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
}
0 commit comments