@@ -18,7 +18,7 @@ Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prereq
1818module "jetbrains_gateway" {
1919 count = data.coder_workspace.me.start_count
2020 source = "registry.coder.com/coder/jetbrains-gateway/coder"
21- version = "1.1.0 "
21+ version = "1.1.1 "
2222 agent_id = coder_agent.example.id
2323 folder = "/home/coder/example"
2424 jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -36,7 +36,7 @@ module "jetbrains_gateway" {
3636module "jetbrains_gateway" {
3737 count = data.coder_workspace.me.start_count
3838 source = "registry.coder.com/coder/jetbrains-gateway/coder"
39- version = "1.1.0 "
39+ version = "1.1.1 "
4040 agent_id = coder_agent.example.id
4141 folder = "/home/coder/example"
4242 jetbrains_ides = ["GO", "WS"]
@@ -50,7 +50,7 @@ module "jetbrains_gateway" {
5050module "jetbrains_gateway" {
5151 count = data.coder_workspace.me.start_count
5252 source = "registry.coder.com/coder/jetbrains-gateway/coder"
53- version = "1.1.0 "
53+ version = "1.1.1 "
5454 agent_id = coder_agent.example.id
5555 folder = "/home/coder/example"
5656 jetbrains_ides = ["IU", "PY"]
@@ -65,7 +65,7 @@ module "jetbrains_gateway" {
6565module "jetbrains_gateway" {
6666 count = data.coder_workspace.me.start_count
6767 source = "registry.coder.com/coder/jetbrains-gateway/coder"
68- version = "1.1.0 "
68+ version = "1.1.1 "
6969 agent_id = coder_agent.example.id
7070 folder = "/home/coder/example"
7171 jetbrains_ides = ["IU", "PY"]
@@ -90,7 +90,7 @@ module "jetbrains_gateway" {
9090module "jetbrains_gateway" {
9191 count = data.coder_workspace.me.start_count
9292 source = "registry.coder.com/coder/jetbrains-gateway/coder"
93- version = "1.1.0 "
93+ version = "1.1.1 "
9494 agent_id = coder_agent.example.id
9595 folder = "/home/coder/example"
9696 jetbrains_ides = ["GO", "WS"]
@@ -108,7 +108,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
108108module "jetbrains_gateway" {
109109 count = data.coder_workspace.me.start_count
110110 source = "registry.coder.com/coder/jetbrains-gateway/coder"
111- version = "1.1.0 "
111+ version = "1.1.1 "
112112 agent_id = coder_agent.example.id
113113 folder = "/home/coder/example"
114114 jetbrains_ides = ["GO", "WS"]
0 commit comments