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 18886f8 commit acf5977Copy full SHA for acf5977
examples/data-sources/coder_parameter/data-source.tf
@@ -122,7 +122,7 @@ data "coder_parameter" "tools" {
122
type = "list(string)"
123
form_type = "multi-select"
124
stying = jsonencode({
125
- disabled = false
+ # Arbitrary JSON object to be passed to the frontend
126
})
127
default = jsonencode(["git", "docker"])
128
0 commit comments