@@ -15,9 +15,8 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
1515module "jetbrains_gateway" {
1616 count = data.coder_workspace.me.start_count
1717 source = "registry.coder.com/modules/jetbrains-gateway/coder"
18- version = "1.0.27 "
18+ version = "1.0.28 "
1919 agent_id = coder_agent.example.id
20- agent_name = "example"
2120 folder = "/home/coder/example"
2221 jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
2322 default = "GO"
@@ -34,9 +33,8 @@ module "jetbrains_gateway" {
3433module "jetbrains_gateway" {
3534 count = data.coder_workspace.me.start_count
3635 source = "registry.coder.com/modules/jetbrains-gateway/coder"
37- version = "1.0.27 "
36+ version = "1.0.28 "
3837 agent_id = coder_agent.example.id
39- agent_name = "example"
4038 folder = "/home/coder/example"
4139 jetbrains_ides = ["GO", "WS"]
4240 default = "GO"
@@ -49,9 +47,8 @@ module "jetbrains_gateway" {
4947module "jetbrains_gateway" {
5048 count = data.coder_workspace.me.start_count
5149 source = "registry.coder.com/modules/jetbrains-gateway/coder"
52- version = "1.0.27 "
50+ version = "1.0.28 "
5351 agent_id = coder_agent.example.id
54- agent_name = "example"
5552 folder = "/home/coder/example"
5653 jetbrains_ides = ["IU", "PY"]
5754 default = "IU"
@@ -65,9 +62,8 @@ module "jetbrains_gateway" {
6562module "jetbrains_gateway" {
6663 count = data.coder_workspace.me.start_count
6764 source = "registry.coder.com/modules/jetbrains-gateway/coder"
68- version = "1.0.27 "
65+ version = "1.0.28 "
6966 agent_id = coder_agent.example.id
70- agent_name = "example"
7167 folder = "/home/coder/example"
7268 jetbrains_ides = ["IU", "PY"]
7369 default = "IU"
@@ -91,9 +87,8 @@ module "jetbrains_gateway" {
9187module "jetbrains_gateway" {
9288 count = data.coder_workspace.me.start_count
9389 source = "registry.coder.com/modules/jetbrains-gateway/coder"
94- version = "1.0.27 "
90+ version = "1.0.28 "
9591 agent_id = coder_agent.example.id
96- agent_name = "example"
9792 folder = "/home/coder/example"
9893 jetbrains_ides = ["GO", "WS"]
9994 default = "GO"
@@ -110,9 +105,8 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
110105module "jetbrains_gateway" {
111106 count = data.coder_workspace.me.start_count
112107 source = "registry.coder.com/modules/jetbrains-gateway/coder"
113- version = "1.0.27 "
108+ version = "1.0.28 "
114109 agent_id = coder_agent.example.id
115- agent_name = "example"
116110 folder = "/home/coder/example"
117111 jetbrains_ides = ["GO", "WS"]
118112 releases_base_link = "https://releases.internal.site/"
0 commit comments