hotfix(examples/templates/aws-devcontainer): fix code-server module address (#14836)

This commit is contained in:
Cian Johnston
2024-09-26 17:28:09 +01:00
committed by GitHub
parent 9ea2f6f267
commit e4470e1617

View File

@ -342,7 +342,7 @@ resource "coder_metadata" "info" {
module "code-server" { module "code-server" {
count = data.coder_workspace.me.start_count count = data.coder_workspace.me.start_count
source = "https://registry.coder.com/modules/code-server" source = "registry.coder.com/modules/code-server/coder"
version = "1.0.18" version = "1.0.18"
agent_id = coder_agent.dev[0].id agent_id = coder_agent.dev[0].id
} }