@@ -14,7 +14,7 @@ This module adds JetBrains IDE buttons to launch IDEs directly from the dashboar
1414module "jetbrains" {
1515 count = data.coder_workspace.me.start_count
1616 source = "registry.coder.com/coder/jetbrains/coder"
17- version = "1.0.2 "
17+ version = "1.0.3 "
1818 agent_id = coder_agent.example.id
1919 folder = "/home/coder/project"
2020}
@@ -39,7 +39,7 @@ When `default` contains IDE codes, those IDEs are created directly without user
3939module "jetbrains" {
4040 count = data.coder_workspace.me.start_count
4141 source = "registry.coder.com/coder/jetbrains/coder"
42- version = "1.0.2 "
42+ version = "1.0.3 "
4343 agent_id = coder_agent.example.id
4444 folder = "/home/coder/project"
4545 default = ["PY", "IU"] # Pre-configure GoLand and IntelliJ IDEA
@@ -52,7 +52,7 @@ module "jetbrains" {
5252module "jetbrains" {
5353 count = data.coder_workspace.me.start_count
5454 source = "registry.coder.com/coder/jetbrains/coder"
55- version = "1.0.2 "
55+ version = "1.0.3 "
5656 agent_id = coder_agent.example.id
5757 folder = "/home/coder/project"
5858 # Show parameter with limited options
@@ -66,7 +66,7 @@ module "jetbrains" {
6666module "jetbrains" {
6767 count = data.coder_workspace.me.start_count
6868 source = "registry.coder.com/coder/jetbrains/coder"
69- version = "1.0.2 "
69+ version = "1.0.3 "
7070 agent_id = coder_agent.example.id
7171 folder = "/home/coder/project"
7272 default = ["IU", "PY"]
@@ -81,7 +81,7 @@ module "jetbrains" {
8181module "jetbrains" {
8282 count = data.coder_workspace.me.start_count
8383 source = "registry.coder.com/coder/jetbrains/coder"
84- version = "1.0.2 "
84+ version = "1.0.3 "
8585 agent_id = coder_agent.example.id
8686 folder = "/workspace/project"
8787
@@ -107,7 +107,7 @@ module "jetbrains" {
107107module "jetbrains_pycharm" {
108108 count = data.coder_workspace.me.start_count
109109 source = "registry.coder.com/coder/jetbrains/coder"
110- version = "1.0.2 "
110+ version = "1.0.3 "
111111 agent_id = coder_agent.example.id
112112 folder = "/workspace/project"
113113
0 commit comments