8000 Bump JetBrains Gateway module version to 1.0.24 · coder/modules@271c0bf · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 271c0bf

Browse files
committed
Bump JetBrains Gateway module version to 1.0.24
1 parent 734f4a7 commit 271c0bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jetbrains-gateway/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
1414
```tf
1515
module "jetbrains_gateway" {
1616
source = "registry.coder.com/modules/jetbrains-gateway/coder"
17-
version = "1.0.23"
17+
version = "1.0.24"
1818
agent_id = coder_agent.example.id
1919
agent_name = "example"
2020
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
3232
```tf
3333
module "jetbrains_gateway" {
3434
source = "registry.coder.com/modules/jetbrains-gateway/coder"
35-
version = "1.0.23"
35+
version = "1.0.24"
3636
agent_id = coder_agent.example.id
3737
agent_name = "example"
3838
folder = "/home/coder/example"
@@ -46,7 +46,7 @@ module "jetbrains_gateway" {
4646
```tf
4747
module "jetbrains_gateway" {
4848
source = "registry.coder.com/modules/jetbrains-gateway/coder"
49-
version = "1.0.23"
49+
version = "1.0.24"
5050
agent_id = coder_agent.example.id
5151
agent_name = "example"
5252
folder = "/home/coder/example"
@@ -61,7 +61,7 @@ module "jetbrains_gateway" {
6161
```tf
6262
module "jetbrains_gateway" {
6363
source = "registry.coder.com/modules/jetbrains-gateway/coder"
64-
version = "1.0.23"
64+
version = "1.0.24"
6565
agent_id = coder_agent.example.id
6666
agent_name = "example"
6767
folder = "/home/coder/example"
@@ -77,7 +77,7 @@ module "jetbrains_gateway" {
7777
```tf
7878
module "jetbrains_gateway" {
7979
source = "registry.coder.com/modules/jetbrains-gateway/coder"
80-
version = "1.0.23"
80+
version = "1.0.24"
8181
agent_id = coder_agent.example.id
8282
agent_name = "example"
8383
folder = "/home/coder/example"
@@ -93,7 +93,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
9393
```tf
9494
module "jetbrains_gateway" {
9595
source = "registry.coder.com/modules/jetbrains-gateway/coder"
96-
version = "1.0.23"
96+
version = "1.0.24"
9797
agent_id = coder_agent.example.id
9898
agent_name = "example"
9999
folder = "/home/coder/example"

0 commit comments

Comments
 (0)
0