We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7360ad9 commit 08834b7Copy full SHA for 08834b7
coder/main.tf
@@ -8,7 +8,7 @@ variable "claude_code_oauth_token" {
8
}
9
10
module "workspace" {
11
- source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.4"
+ source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.5"
12
13
project_name = "example"
14
git_repos = { "example" = "https://github.com/codespacesh/example" }
0 commit comments