We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd02b9 commit 9e42898Copy full SHA for 9e42898
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"
+ source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.3"
12
13
project_name = "example"
14
git_repos = { "example" = "https://github.com/codespacesh/example" }
0 commit comments