Skip to content

chore(dogfood): add a coder_app for JetBrains gateway IDEs #9644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 13, 2023
Prev Previous commit
Next Next commit
remove a leftover snippet
  • Loading branch information
matifali authored Sep 12, 2023
commit 0896db15dda0af9b6a70c20cd2c4d999b633d05c
14 changes: 0 additions & 14 deletions dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,6 @@ data "coder_parameter" "region" {
# }
}


data "coder_parameter" "security_groups" {
name = "Security groups"
icon = "/icon/aws.png"

description = "Select appropriate security groups."
mutable = true
default = jsonencode([
"Web Server Security Group",
"Database Security Group",
"Backend Security Group"
])
}

data "coder_parameter" "jetbrains_ide" {
type = "list(string)"
name = "jetbrains_ide"
Expand Down