Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd61b71

Browse files
committed
Update jetbrains module version to ~> 1.0
Change version from 1.0.3 to ~
1 parent 9782b3e commit fd61b71

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

dogfood/coder-envbuilder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module "code-server" {
138138
module "jetbrains" {
139139
count = data.coder_workspace.me.start_count
140140
source = "dev.registry.coder.com/coder/jetbrains/coder"
141-
version = "1.0.3"
141+
version = "~> 1.0"
142142
agent_id = coder_agent.dev.id
143143
folder = local.repo_dir
144144
}

examples/templates/aws-linux/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module "code-server" {
209209
module "jetbrains" {
210210
count = data.coder_workspace.me.start_count
211211
source = "registry.coder.com/coder/jetbrains/coder"
212-
version = "1.0.3"
212+
version = "~> 1.0"
213213
agent_id = coder_agent.dev[0].id
214214
folder = "/home/coder"
215215
}

examples/templates/azure-linux/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module "code-server" {
152152
module "jetbrains" {
153153
count = data.coder_workspace.me.start_count
154154
source = "registry.coder.com/coder/jetbrains/coder"
155-
version = "1.0.3"
155+
version = "~> 1.0"
156156
agent_id = coder_agent.main.id
157157
folder = "/home/coder"
158158
}

examples/templates/digitalocean-linux/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ module "code-server" {
280280
module "jetbrains" {
281281
count = data.coder_workspace.me.start_count
282282
source = "registry.coder.com/coder/jetbrains/coder"
283-
version = "1.0.3"
283+
version = "~> 1.0"
284284
agent_id = coder_agent.main.id
285285
folder = "/home/coder"
286286
}

examples/templates/docker-envbuilder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ module "code-server" {
338338
module "jetbrains" {
339339
count = data.coder_workspace.me.start_count
340340
source = "registry.coder.com/coder/jetbrains/coder"
341-
version = "1.0.3"
341+
version = "~> 1.0"
342342
agent_id = coder_agent.main.id
343343
folder = "/workspaces"
344344
}

examples/templates/docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module "code-server" {
137137
module "jetbrains" {
138138
count = data.coder_workspace.me.start_count
139139
source = "registry.coder.com/coder/jetbrains/coder"
140-
version = "1.0.3"
140+
version = "~> 1.0"
141141
agent_id = coder_agent.main.id
142142
folder = "/home/coder"
143143
}

examples/templates/gcp-devcontainer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ module "code-server" {
299299
module "jetbrains" {
300300
count = data.coder_workspace.me.start_count
301301
source = "registry.coder.com/coder/jetbrains/coder"
302-
version = "1.0.3"
302+
version = "~> 1.0"
303303
agent_id = coder_agent.main.id
304304
folder = "/workspaces"
305305
}

examples/templates/gcp-linux/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module "code-server" {
107107
module "jetbrains" {
108108
count = data.coder_workspace.me.start_count
109109
source = "registry.coder.com/coder/jetbrains/coder"
110-
version = "1.0.3"
110+
version = "~> 1.0"
111111
agent_id = coder_agent.main.id
112112
folder = "/home/coder"
113113
}

examples/templates/gcp-vm-container/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module "code-server" {
6060
module "jetbrains" {
6161
count = data.coder_workspace.me.start_count
6262
source = "registry.coder.com/coder/jetbrains/coder"
63-
version = "1.0.3"
63+
version = "~> 1.0"
6464
agent_id = coder_agent.main.id
6565
folder = "/home/coder"
6666
}

examples/templates/kubernetes-devcontainer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ module "code-server" {
430430
module "jetbrains" {
431431
count = data.coder_workspace.me.start_count
432432
source = "registry.coder.com/coder/jetbrains/coder"
433-
version = "1.0.3"
433+
version = "~> 1.0"
434434
agent_id = coder_agent.main.id
435435
folder = "/home/coder"
436436
}

0 commit comments

Comments
 (0)