@@ -18,7 +18,7 @@ Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prereq
18
18
module "jetbrains_gateway" {
19
19
count = data.coder_workspace.me.start_count
20
20
source = "registry.coder.com/modules/jetbrains-gateway/coder"
21
- version = "1.0.29 "
21
+ version = "1.1.0 "
22
22
agent_id = coder_agent.example.id
23
23
folder = "/home/coder/example"
24
24
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -36,7 +36,7 @@ module "jetbrains_gateway" {
36
36
module "jetbrains_gateway" {
37
37
count = data.coder_workspace.me.start_count
38
38
source = "registry.coder.com/modules/jetbrains-gateway/coder"
39
- version = "1.0.29 "
39
+ version = "1.1.0 "
40
40
agent_id = coder_agent.example.id
41
41
folder = "/home/coder/example"
42
42
jetbrains_ides = ["GO", "WS"]
@@ -50,7 +50,7 @@ module "jetbrains_gateway" {
50
50
module "jetbrains_gateway" {
51
51
count = data.coder_workspace.me.start_count
52
52
source = "registry.coder.com/modules/jetbrains-gateway/coder"
53
- version = "1.0.29 "
53
+ version = "1.1.0 "
54
54
agent_id = coder_agent.example.id
55
55
folder = "/home/coder/example"
56
56
jetbrains_ides = ["IU", "PY"]
@@ -65,7 +65,7 @@ module "jetbrains_gateway" {
65
65
module "jetbrains_gateway" {
66
66
count = data.coder_workspace.me.start_count
67
67
source = "registry.coder.com/modules/jetbrains-gateway/coder"
68
- version = "1.0.29 "
68
+ version = "1.1.0 "
69
69
agent_id = coder_agent.example.id
70
70
folder = "/home/coder/example"
71
71
jetbrains_ides = ["IU", "PY"]
@@ -90,7 +90,7 @@ module "jetbrains_gateway" {
90
90
module "jetbrains_gateway" {
91
91
count = data.coder_workspace.me.start_count
92
92
source = "registry.coder.com/modules/jetbrains-gateway/coder"
93
- version = "1.0.29 "
93
+ version = "1.1.0 "
94
94
agent_id = coder_agent.example.id
95
95
folder = "/home/coder/example"
96
96
jetbrains_ides = ["GO", "WS"]
@@ -108,7 +108,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
108
108
module "jetbrains_gateway" {
109
109
count = data.coder_workspace.me.start_count
110
110
source = "registry.coder.com/modules/jetbrains-gateway/coder"
111
- version = "1.0.29 "
111
+ version = "1.1.0 "
112
112
agent_id = coder_agent.example.id
113
113
folder = "/home/coder/example"
114
114
jetbrains_ides = ["GO", "WS"]
0 commit comments