Skip to content

Commit

Permalink
fix: Remove jetbrains_gateway module
Browse files Browse the repository at this point in the history
  • Loading branch information
klauserber committed Dec 8, 2023
1 parent 945d3cf commit 8cdcbed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions automate/roles/coder/coder_templates/devbox/coder_modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@ module "filebrowser" {
folder = "/home/coder"
database_path = ".config/filebrowser.db"
}

module "jetbrains_gateway" {
count = var.jetbrains_module ? 1 : 0
source = "https://registry.coder.com/modules/jetbrains-gateway"
agent_id = coder_agent.devbox.id
agent_name = "main"
folder = "/home/coder/workspace/app"
jetbrains_ides = ["IU", "GO", "WS", "PY", "PC", "PS", "CL", "RM", "DB", "RD"]
}

0 comments on commit 8cdcbed

Please sign in to comment.