Description
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