8000 Presets: Support a default preset · Issue #18110 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content
Presets: Support a default preset #18110
Closed
@bpmct

Description

@bpmct

Presets are designed to give developers a "fast" way into a workspace with pre-filled parameters with sensible defaults. However a user still may "pick" a preset the the template's sensible default is None.

In many cases, a template admin will want to have a Default Preset where the user has to opt-out of those defaults.

Example

data "coder_preset" "standard" {
+  default = true #new
   name = "Standard" 
}

In this case, it would be pre-selected. This has the combined value of allowing devs to default to a pre-build

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0