Skip to content

Commit 3042272

Browse files
committed
fmt
1 parent 5c0e39c commit 3042272

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

dogfood/main.tf

+9-9
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ data "coder_parameter" "region" {
7373

7474

7575
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+
7979
description = "Select appropriate security groups."
8080
mutable = true
8181
default = jsonencode([
@@ -88,25 +88,25 @@ data "coder_parameter" "security_groups" {
8888
data "coder_parameter" "jetbrains_ide" {
8989
type = "list(string)"
9090
name = "jetbrains_ide"
91-
display_name = "JetBrains IDE"
91+
display_name = "JetBrains IDE"
9292
icon = "/icon/gateway.svg"
93-
default = jsonencode([
93+
default = jsonencode([
9494
"GO",
9595
"232.9559.64",
9696
"https://download.jetbrains.com/go/goland-2023.2.1.tar.gz"
9797
])
9898
option {
99-
icon = "/icon/goland.svg"
100-
name = "GoLand"
99+
icon = "/icon/goland.svg"
100+
name = "GoLand"
101101
value = jsonencode([
102102
"GO",
103103
"232.9559.64",
104104
"https://download.jetbrains.com/go/goland-2023.2.1.tar.gz"
105105
])
106106
}
107107
option {
108-
icon = "/icon/webstorm.svg"
109-
name = "WebStorm"
108+
icon = "/icon/webstorm.svg"
109+
name = "WebStorm"
110110
value = jsonencode([
111111
"WS",
112112
"232.9559.54",

0 commit comments

Comments
 (0)