File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ data "coder_parameter" "region" {
73
73
74
74
75
75
data "coder_parameter" "security_groups" {
76
- name = " Security groups"
77
- icon = " /icon/aws.png"
78
-
76
+ name = " Security groups"
77
+ icon = " /icon/aws.png"
78
+
79
79
description = " Select appropriate security groups."
80
80
mutable = true
81
81
default = jsonencode ([
@@ -88,25 +88,25 @@ data "coder_parameter" "security_groups" {
88
88
data "coder_parameter" "jetbrains_ide" {
89
89
type = " list(string)"
90
90
name = " jetbrains_ide"
91
- display_name = " JetBrains IDE"
91
+ display_name = " JetBrains IDE"
92
92
icon = " /icon/gateway.svg"
93
- default = jsonencode ([
93
+ default = jsonencode ([
94
94
" GO" ,
95
95
" 232.9559.64" ,
96
96
" https://download.jetbrains.com/go/goland-2023.2.1.tar.gz"
97
97
])
98
98
option {
99
- icon = " /icon/goland.svg"
100
- name = " GoLand"
99
+ icon = " /icon/goland.svg"
100
+ name = " GoLand"
101
101
value = jsonencode ([
102
102
" GO" ,
103
103
" 232.9559.64" ,
104
104
" https://download.jetbrains.com/go/goland-2023.2.1.tar.gz"
105
105
])
106
106
}
107
107
option {
108
- icon = " /icon/webstorm.svg"
109
- name = " WebStorm"
108
+ icon = " /icon/webstorm.svg"
109
+ name = " WebStorm"
110
110
value = jsonencode ([
111
111
" WS" ,
112
112
" 232.9559.54" ,
You can’t perform that action at this time.
0 commit comments