Skip to content

Commit 9e42898

Browse files
committed
fix: pin templates module to v1.1.3 (kubernetes provider < 2.37.0)
1 parent 6dd02b9 commit 9e42898

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

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

0 commit comments

Comments
 (0)