Skip to content

Commit d9a2e87

Browse files
committed
remove dev. from registry urls
1 parent 79779e0 commit d9a2e87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/templates/extending-templates/advanced-dev-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ In this example, there are two: repositories called `frontend` and `backend`:
1313
# Clone each repo
1414
module "git-clone-frontend" {
1515
count = data.coder_workspace.me.start_count
16-
source = "dev.registry.coder.com/modules/git-clone/coder"
16+
source = "registry.coder.com/modules/git-clone/coder"
1717
1818
agent_id = coder_agent.main.id
1919
url = "https://github.com/your-org/frontend.git"
2020
}
2121
2222
module "git-clone-backend" {
2323
count = data.coder_workspace.me.start_count
24-
source = "dev.registry.coder.com/modules/git-clone/coder"
24+
source = "registry.coder.com/modules/git-clone/coder"
2525
2626
agent_id = coder_agent.main.id
2727
url = "https://github.com/your-org/backend.git"
@@ -93,7 +93,7 @@ Prompt users to pick a repository or team at workspace creation time and clone t
9393
```terraform
9494
module "git-clone" {
9595
count = data.coder_workspace.me.start_count
96-
source = "dev.registry.coder.com/modules/git-clone/coder"
96+
source = "registry.coder.com/modules/git-clone/coder"
9797
agent_id = coder_agent.main.id
9898
url = data.coder_parameter.project.value
9999
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy