File tree 2 files changed +2
-2
lines changed
examples/data-sources/coder_parameter
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" {
136
136
description = "What tools do you want to install?"
137
137
type = "list(string)"
138
138
form_type = "multi-select"
139
- stying = jsonencode({
139
+ styling = jsonencode({
140
140
# Arbitrary JSON object to be passed to the frontend
141
141
})
142
142
default = jsonencode(["git", "docker"])
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ data "coder_parameter" "tools" {
121
121
description = " What tools do you want to install?"
122
122
type = " list(string)"
123
123
form_type = " multi-select"
124
- stying = jsonencode ({
124
+ styling = jsonencode ({
125
125
# Arbitrary JSON object to be passed to the frontend
126
126
})
127
127
default = jsonencode ([" git" , " docker" ])
You can’t perform that action at this time.
0 commit comments