File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/data-sources/coder_parameter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ data "coder_parameter" "tools" {
136136 description = "What tools do you want to install?"
137137 type = "list(string)"
138138 form_type = "multi-select"
139- stying = jsonencode({
139+ styling = jsonencode({
140140 # Arbitrary JSON object to be passed to the frontend
141141 })
142142 default = jsonencode(["git", "docker"])
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ data "coder_parameter" "tools" {
121121 description = " What tools do you want to install?"
122122 type = " list(string)"
123123 form_type = " multi-select"
124- stying = jsonencode ({
124+ styling = jsonencode ({
125125 # Arbitrary JSON object to be passed to the frontend
126126 })
127127 default = jsonencode ([" git" , " docker" ])
You can’t perform that action at this time.
0 commit comments