Content-Length: 289693 | pFad | http://github.com/coder/coder/commit/d9a2e87121d863f0cb06e0d7cacab78a64d26148

E6 remove dev. from registry urls · coder/coder@d9a2e87 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/coder/coder/commit/d9a2e87121d863f0cb06e0d7cacab78a64d26148

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy