We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdd6bd commit 5da70d5Copy full SHA for 5da70d5
docs/data-sources/parameter.md
@@ -136,7 +136,7 @@ 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({
+ styling = jsonencode({
140
# Arbitrary JSON object to be passed to the frontend
141
})
142
default = jsonencode(["git", "docker"])
examples/data-sources/coder_parameter/data-source.tf
@@ -121,7 +121,7 @@ data "coder_parameter" "tools" {
121
122
123
124
125
126
127
0 commit comments