Skip to content

Commit acf5977

Browse files
committed
use comment instead of json
1 parent 18886f8 commit acf5977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ data "coder_parameter" "tools" {
122122
type = "list(string)"
123123
form_type = "multi-select"
124124
stying = jsonencode({
125-
disabled = false
125+
# Arbitrary JSON object to be passed to the frontend
126126
})
127127
default = jsonencode(["git", "docker"])
128128

0 commit comments

Comments
 (0)