Skip to content

Commit 0896db1

Browse files
authored
remove a leftover snippet
1 parent c8a399b commit 0896db1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

dogfood/main.tf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,6 @@ data "coder_parameter" "region" {
7171
# }
7272
}
7373

74-
75-
data "coder_parameter" "security_groups" {
76-
name = "Security groups"
77-
icon = "/icon/aws.png"
78-
79-
description = "Select appropriate security groups."
80-
mutable = true
81-
default = jsonencode([
82-
"Web Server Security Group",
83-
"Database Security Group",
84-
"Backend Security Group"
85-
])
86-
}
87-
8874
data "coder_parameter" "jetbrains_ide" {
8975
type = "list(string)"
9076
name = "jetbrains_ide"

0 commit comments

Comments
 (0)