@@ -17,7 +17,7 @@ Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prereq
1717module "jetbrains_gateway" {
1818 count = data.coder_workspace.me.start_count
1919 source = "registry.coder.com/coder/jetbrains-gateway/coder"
20- version = "1.2.2 "
20+ version = "1.2.3 "
2121 agent_id = coder_agent.example.id
2222 folder = "/home/coder/example"
2323 jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -35,7 +35,7 @@ module "jetbrains_gateway" {
3535module "jetbrains_gateway" {
3636 count = data.coder_workspace.me.start_count
3737 source = "registry.coder.com/coder/jetbrains-gateway/coder"
38- version = "1.2.2 "
38+ version = "1.2.3 "
3939 agent_id = coder_agent.example.id
4040 folder = "/home/coder/example"
4141 jetbrains_ides = ["GO", "WS"]
@@ -49,7 +49,7 @@ module "jetbrains_gateway" {
4949module "jetbrains_gateway" {
5050 count = data.coder_workspace.me.start_count
5151 source = "registry.coder.com/coder/jetbrains-gateway/coder"
52- version = "1.2.2 "
52+ version = "1.2.3 "
5353 agent_id = coder_agent.example.id
5454 folder = "/home/coder/example"
5555 jetbrains_ides = ["IU", "PY"]
@@ -64,7 +64,7 @@ module "jetbrains_gateway" {
6464module "jetbrains_gateway" {
6565 count = data.coder_workspace.me.start_count
6666 source = "registry.coder.com/coder/jetbrains-gateway/coder"
67- version = "1.2.2 "
67+ version = "1.2.3 "
6868 agent_id = coder_agent.example.id
6969 folder = "/home/coder/example"
7070 jetbrains_ides = ["IU", "PY"]
@@ -89,7 +89,7 @@ module "jetbrains_gateway" {
8989module "jetbrains_gateway" {
9090 count = data.coder_workspace.me.start_count
9191 source = "registry.coder.com/coder/jetbrains-gateway/coder"
92- version = "1.2.2 "
92+ version = "1.2.3 "
9393 agent_id = coder_agent.example.id
9494 folder = "/home/coder/example"
9595 jetbrains_ides = ["GO", "WS"]
@@ -107,7 +107,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
107107module "jetbrains_gateway" {
108108 count = data.coder_workspace.me.start_count
109109 source = "registry.coder.com/coder/jetbrains-gateway/coder"
110- version = "1.2.2 "
110+ version = "1.2.3 "
111111 agent_id = coder_agent.example.id
112112 folder = "/home/coder/example"
113113 jetbrains_ides = ["GO", "WS"]
0 commit comments