@@ -15,9 +15,8 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
15
15
module "jetbrains_gateway" {
16
16
count = data.coder_workspace.me.start_count
17
17
source = "registry.coder.com/modules/jetbrains-gateway/coder"
18
- version = "1.0.27 "
18
+ version = "1.0.28 "
19
19
agent_id = coder_agent.example.id
20
- agent_name = "example"
21
20
folder = "/home/coder/example"
22
21
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
23
22
default = "GO"
@@ -34,9 +33,8 @@ module "jetbrains_gateway" {
34
33
module "jetbrains_gateway" {
35
34
count = data.coder_workspace.me.start_count
36
35
source = "registry.coder.com/modules/jetbrains-gateway/coder"
37
- version = "1.0.27 "
36
+ version = "1.0.28 "
38
37
agent_id = coder_agent.example.id
39
- agent_name = "example"
40
38
folder = "/home/coder/example"
41
39
jetbrains_ides = ["GO", "WS"]
42
40
default = "GO"
@@ -49,9 +47,8 @@ module "jetbrains_gateway" {
49
47
module "jetbrains_gateway" {
50
48
count = data.coder_workspace.me.start_count
51
49
source = "registry.coder.com/modules/jetbrains-gateway/coder"
52
- version = "1.0.27 "
50
+ version = "1.0.28 "
53
51
agent_id = coder_agent.example.id
54
- agent_name = "example"
55
52
folder = "/home/coder/example"
56
53
jetbrains_ides = ["IU", "PY"]
57
54
default = "IU"
@@ -65,9 +62,8 @@ module "jetbrains_gateway" {
65
62
module "jetbrains_gateway" {
66
63
count = data.coder_workspace.me.start_count
67
64
source = "registry.coder.com/modules/jetbrains-gateway/coder"
68
- version = "1.0.27 "
65
+ version = "1.0.28 "
69
66
agent_id = coder_agent.example.id
70
- agent_name = "example"
71
67
folder = "/home/coder/example"
72
68
jetbrains_ides = ["IU", "PY"]
73
69
default = "IU"
@@ -91,9 +87,8 @@ module "jetbrains_gateway" {
91
87
module "jetbrains_gateway" {
92
88
count = data.coder_workspace.me.start_count
93
89
source = "registry.coder.com/modules/jetbrains-gateway/coder"
94
- version = "1.0.27 "
90
+ version = "1.0.28 "
95
91
agent_id = coder_agent.example.id
96
- agent_name = "example"
97
92
folder = "/home/coder/example"
98
93
jetbrains_ides = ["GO", "WS"]
99
94
default = "GO"
@@ -110,9 +105,8 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
110
105
module "jetbrains_gateway" {
111
106
count = data.coder_workspace.me.start_count
112
107
source = "registry.coder.com/modules/jetbrains-gateway/coder"
113
- version = "1.0.27 "
108
+ version = "1.0.28 "
114
109
agent_id = coder_agent.example.id
115
- agent_name = "example"
116
110
folder = "/home/coder/example"
117
111
jetbrains_ides = ["GO", "WS"]
118
112
releases_base_link = "https://releases.internal.site/"
0 commit comments