Skip to content

Commit ae6c740

Browse files
committed
chore: bump dind module to v1.1.10
Picks up fix to run claude interactively in cw sessions.
1 parent 0c38cf6 commit ae6c740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6"
11+
source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.10"
1212

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

0 commit comments

Comments
 (0)