Skip to content

Commit 8a05027

Browse files
committed
add quick comment
1 parent 0bf5cb5 commit 8a05027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testdata/formtypes/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ data "coder_parameter" "list_string_without_options" {
162162
order = 8
163163
icon = "/emojis/0031-fe0f-20e3.png"
164164
default = jsonencode(["purple", "blue", "green", "red", "orange"])
165+
// You could send jsonencode(["airplane", "car", "school"])
165166
}
166167

167168
data "coder_parameter" "list_string_multi_select_options" {

0 commit comments

Comments
 (0)