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 acf5977 commit fcdd6bdCopy full SHA for fcdd6bd
docs/data-sources/parameter.md
@@ -136,10 +136,10 @@ data "coder_parameter" "tools" {
136
description = "What tools do you want to install?"
137
type = "list(string)"
138
form_type = "multi-select"
139
- stying = jsonencode({
140
- disabled = false
+ stying = jsonencode({
+ # Arbitrary JSON object to be passed to the frontend
141
})
142
- default = jsonencode(["git", "docker"])
+ default = jsonencode(["git", "docker"])
143
144
option {
145
value = "Docker"
0 commit comments