Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit614a7d0

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 parent4759e17 commit614a7d0

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

Lines changed: 3 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp