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 2b5ff08 commit 18886f8Copy full SHA for 18886f8
examples/data-sources/coder_parameter/data-source.tf
@@ -121,10 +121,10 @@ data "coder_parameter" "tools" {
121
description = "What tools do you want to install?"
122
type = "list(string)"
123
form_type = "multi-select"
124
- stying = jsonencode({
+ stying = jsonencode({
125
disabled = false
126
})
127
- default = jsonencode(["git", "docker"])
+ default = jsonencode(["git", "docker"])
128
129
option {
130
value = "Docker"
0 commit comments