Skip to content

Commit 60fec19

Browse files
Update README.md (#440)
Added recommendation to the Gateway README, pointing to the Toolbox module. --------- Co-authored-by: DevCats <christofer@coder.com>
1 parent 44354b2 commit 60fec19

File tree

1 file changed

+8
-6
lines changed
  • registry/coder/modules/jetbrains-gateway

1 file changed

+8
-6
lines changed

registry/coder/modules/jetbrains-gateway/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ tags: [ide, jetbrains, parameter, gateway]
1010

1111
This module adds a JetBrains Gateway Button to open any workspace with a single click.
1212

13+
> We recommend using the [Coder Toolbox module](https://registry.coder.com/modules/coder/jetbrains), which offers significant stability and connectivity benefits over Gateway. Reference our [documentation](https://coder.com/docs/user-guides/workspace-access/jetbrains/toolbox) for more information.
14+
1315
JetBrains recommends a minimum of 4 CPU cores and 8GB of RAM.
1416
Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prerequisites.html#min_requirements) to confirm other system requirements.
1517

1618
```tf
1719
module "jetbrains_gateway" {
1820
count = data.coder_workspace.me.start_count
1921
source = "registry.coder.com/coder/jetbrains-gateway/coder"
20-
version = "1.2.2"
22+
version = "1.2.3"
2123
agent_id = coder_agent.example.id
2224
folder = "/home/coder/example"
2325
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -35,7 +37,7 @@ module "jetbrains_gateway" {
3537
module "jetbrains_gateway" {
3638
count = data.coder_workspace.me.start_count
3739
source = "registry.coder.com/coder/jetbrains-gateway/coder"
38-
version = "1.2.2"
40+
version = "1.2.3"
3941
agent_id = coder_agent.example.id
4042
folder = "/home/coder/example"
4143
jetbrains_ides = ["GO", "WS"]
@@ -49,7 +51,7 @@ module "jetbrains_gateway" {
4951
module "jetbrains_gateway" {
5052
count = data.coder_workspace.me.start_count
5153
source = "registry.coder.com/coder/jetbrains-gateway/coder"
52-
version = "1.2.2"
54+
version = "1.2.3"
5355
agent_id = coder_agent.example.id
5456
folder = "/home/coder/example"
5557
jetbrains_ides = ["IU", "PY"]
@@ -64,7 +66,7 @@ module "jetbrains_gateway" {
6466
module "jetbrains_gateway" {
6567
count = data.coder_workspace.me.start_count
6668
source = "registry.coder.com/coder/jetbrains-gateway/coder"
67-
version = "1.2.2"
69+
version = "1.2.3"
6870
agent_id = coder_agent.example.id
6971
folder = "/home/coder/example"
7072
jetbrains_ides = ["IU", "PY"]
@@ -89,7 +91,7 @@ module "jetbrains_gateway" {
8991
module "jetbrains_gateway" {
9092
count = data.coder_workspace.me.start_count
9193
source = "registry.coder.com/coder/jetbrains-gateway/coder"
92-
version = "1.2.2"
94+
version = "1.2.3"
9395
agent_id = coder_agent.example.id
9496
folder = "/home/coder/example"
9597
jetbrains_ides = ["GO", "WS"]
@@ -107,7 +109,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
107109
module "jetbrains_gateway" {
108110
count = data.coder_workspace.me.start_count
109111
source = "registry.coder.com/coder/jetbrains-gateway/coder"
110-
version = "1.2.2"
112+
version = "1.2.3"
111113
agent_id = coder_agent.example.id
112114
folder = "/home/coder/example"
113115
jetbrains_ides = ["GO", "WS"]

0 commit comments

Comments
 (0)