We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37bd4c commit 23e1b0bCopy full SHA for 23e1b0b
1 file changed
README.md
@@ -19,7 +19,7 @@ Reference the module in your project's `infra/coder/main.tf`:
19
20
```hcl
21
module "workspace" {
22
- source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.0"
+ source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.12"
23
24
project_name = "myproject"
25
git_repos = { "myproject" = "https://github.com/myorg/myproject.git" }
0 commit comments