Skip to content

Commit 18886f8

Browse files
committed
make fmt
1 parent 2b5ff08 commit 18886f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/data-sources/coder_parameter/data-source.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ 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+
stying = jsonencode({
125125
disabled = false
126126
})
127-
default = jsonencode(["git", "docker"])
127+
default = jsonencode(["git", "docker"])
128128

129129
option {
130130
value = "Docker"

0 commit comments

Comments
 (0)