@ -11,13 +11,15 @@ tags: [ide, jetbrains, helper, parameter]
This module adds a JetBrains Gateway Button to open any workspace with a single click.
This module adds a JetBrains Gateway Button to open any workspace with a single click.
JetBrains recommends a minimum of 4 CPU cores and 8GB of RAM.
Consult the [JetBrains documentation ](https://www.jetbrains.com/help/idea/prerequisites.html#min_requirements ) to confirm other system requirements.
```tf
```tf
module "jetbrains_gateway" {
module "jetbrains_gateway" {
count = data.coder_workspace.me.start_count
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/jetbrains-gateway/coder"
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.27 "
version = "1.0.28 "
agent_id = coder_agent.example.id
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
folder = "/home/coder/example"
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
default = "GO"
default = "GO"
@ -34,9 +36,8 @@ module "jetbrains_gateway" {
module "jetbrains_gateway" {
module "jetbrains_gateway" {
count = data.coder_workspace.me.start_count
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/jetbrains-gateway/coder"
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.27 "
version = "1.0.28 "
agent_id = coder_agent.example.id
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
folder = "/home/coder/example"
jetbrains_ides = ["GO", "WS"]
jetbrains_ides = ["GO", "WS"]
default = "GO"
default = "GO"
@ -49,9 +50,8 @@ module "jetbrains_gateway" {
module "jetbrains_gateway" {
module "jetbrains_gateway" {
count = data.coder_workspace.me.start_count
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/jetbrains-gateway/coder"
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.27 "
version = "1.0.28 "
agent_id = coder_agent.example.id
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
folder = "/home/coder/example"
jetbrains_ides = ["IU", "PY"]
jetbrains_ides = ["IU", "PY"]
default = "IU"
default = "IU"
@ -65,9 +65,8 @@ module "jetbrains_gateway" {
module "jetbrains_gateway" {
module "jetbrains_gateway" {
count = data.coder_workspace.me.start_count
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/jetbrains-gateway/coder"
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.27 "
version = "1.0.28 "
agent_id = coder_agent.example.id
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
folder = "/home/coder/example"
jetbrains_ides = ["IU", "PY"]
jetbrains_ides = ["IU", "PY"]
default = "IU"
default = "IU"
@ -91,9 +90,8 @@ module "jetbrains_gateway" {
module "jetbrains_gateway" {
module "jetbrains_gateway" {
count = data.coder_workspace.me.start_count
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/jetbrains-gateway/coder"
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.27 "
version = "1.0.28 "
agent_id = coder_agent.example.id
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
folder = "/home/coder/example"
jetbrains_ides = ["GO", "WS"]
jetbrains_ides = ["GO", "WS"]
default = "GO"
default = "GO"
@ -110,9 +108,8 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
module "jetbrains_gateway" {
module "jetbrains_gateway" {
count = data.coder_workspace.me.start_count
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/jetbrains-gateway/coder"
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.27 "
version = "1.0.28 "
agent_id = coder_agent.example.id
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
folder = "/home/coder/example"
jetbrains_ides = ["GO", "WS"]
jetbrains_ides = ["GO", "WS"]
releases_base_link = "https://releases.internal.site/"
releases_base_link = "https://releases.internal.site/"