From b630ca1eaa1a5730e6d616f3a9c21c0fab8dc8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Wed, 30 Apr 2025 12:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20JetBrains=20Gateway=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/main.tf b/main.tf index e4aca68..39fe82e 100644 --- a/main.tf +++ b/main.tf @@ -145,26 +145,6 @@ module "code-server" { order = 1 } -# See https://registry.coder.com/modules/jetbrains-gateway -module "jetbrains_gateway" { - count = data.coder_workspace.me.start_count - source = "registry.coder.com/modules/jetbrains-gateway/coder" - - # JetBrains IDEs to make available for the user to select - jetbrains_ides = ["IU", "PS", "WS", "PY", "CL", "GO", "RM", "RD", "RR"] - default = "IU" - - # Default folder to open when starting a JetBrains IDE - folder = "/home/coder" - - # This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production. - version = ">= 1.0.0" - - agent_id = coder_agent.main.id - agent_name = "main" - order = 2 -} - resource "docker_volume" "home_volume" { name = "coder-${data.coder_workspace.me.id}-home" # Protect the volume from being deleted due to changes in attributes.