Skip to content

Commit e4470e1

Browse files
authored
hotfix(examples/templates/aws-devcontainer): fix code-server module address (coder#14836)
1 parent 9ea2f6f commit e4470e1

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/aws-devcontainer

1 file changed

+1
-1
lines changed

examples/templates/aws-devcontainer/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ resource "coder_metadata" "info" {
342342

343343
module "code-server" {
344344
count = data.coder_workspace.me.start_count
345-
source = "https://registry.coder.com/modules/code-server"
345+
source = "registry.coder.com/modules/code-server/coder"
346346
version = "1.0.18"
347347
agent_id = coder_agent.dev[0].id
348348
}

0 commit comments

Comments
 (0)