Skip to content

Commit 08834b7

Browse files
committed
chore: bump templates ref to v1.1.5 (remove init container)
1 parent 7360ad9 commit 08834b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "claude_code_oauth_token" {
88
}
99

1010
module "workspace" {
11-
source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.4"
11+
source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.5"
1212

1313
project_name = "example"
1414
git_repos = { "example" = "https://github.com/codespacesh/example" }

0 commit comments

Comments
 (0)