Skip to content

Commit 614a7d0

Browse files
Aericiomatifali
andauthored
fix(examples/templates/docker-devcontainer): update folder path and provider version constraint (#17553)
Co-authored-by: M Atif Ali <me@matifali.dev>
1 parent 4759e17 commit 614a7d0

File tree

1 file changed

+3
-3
lines changed
  • examples/templates/docker-devcontainer

1 file changed

+3
-3
lines changed

examples/templates/docker-devcontainer/main.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
coder = {
44
source = "coder/coder"
5-
version = "~> 1.0.0"
5+
version = "~> 2.0"
66
}
77
docker = {
88
source = "kreuzwerker/docker"
@@ -340,11 +340,11 @@ module "jetbrains_gateway" {
340340
source = "registry.coder.com/modules/jetbrains-gateway/coder"
341341

342342
# JetBrains IDEs to make available for the user to select
343-
jetbrains_ides = ["IU", "PY", "WS", "PS", "RD", "CL", "GO", "RM"]
343+
jetbrains_ides = ["IU", "PS", "WS", "PY", "CL", "GO", "RM", "RD", "RR"]
344344
default = "IU"
345345

346346
# Default folder to open when starting a JetBrains IDE
347-
folder = "/home/coder"
347+
folder = "/workspaces"
348348

349349
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
350350
version = ">= 1.0.0"

0 commit comments

Comments
 (0)