-
Notifications
You must be signed in to change notification settings - Fork 963
Labels
roadmaphttps://coder.com/roadmap. Only humans may set this.https://coder.com/roadmap. Only humans may set this.
Description
...and set the type as a list. example:
data "coder_parameter" "nodejs" {
name = "NodeJS Version(s)"
icon = "https://upload.wikimedia.org/wikipedia/commons/d/d9/Node.js_logo.svg"
default = ["latest"]
mutable = false
type = list(string)
multiselect = true # this option does not exist yet
option = [
{
name = "latest"
value = "latest"
},
{
name = "lts"
value = "--lts"
},
{
name = "19.x"
value = "19"
},
{
name = "18.x"
value = "18"
},
{
name = "17.x"
value = "17"
},
{
name = "16.x"
value = "16"
}
]
}
mh013370, richardkriesman, MaximeNoulin, stirby, matifali and 1 more
Sub-issues
Metadata
Metadata
Assignees
Labels
roadmaphttps://coder.com/roadmap. Only humans may set this.https://coder.com/roadmap. Only humans may set this.