File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
registry/AJ0070/modules/pgadmin Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,8 @@ It can be served on a Coder subdomain for easy access, or on `localhost` if you
1616``` tf
1717module "pgadmin" {
1818 count = data.coder_workspace.me.start_count
19- source = "[ registry.coder.com/AJ0070/pgadmin/coder](https://registry.coder.com/AJ0070/pgadmin/coder) "
19+ source = "registry.coder.com/AJ0070/pgadmin/coder"
2020 version = "1.0.0"
2121 agent_id = coder_agent.example.id
2222}
23- ```
24-
25- # Examples
26-
27- ### Serve on a Localhost Port
28-
29- To access pgAdmin via ` localhost ` and a port-forward, set the ` subdomain ` variable to ` false ` .
30-
31- ``` tf
32- module "pgadmin" {
33- count = data.coder_workspace.me.start_count
34- source = "[registry.coder.com/AJ0070/pgadmin/coder](https://registry.coder.com/AJ0070/pgadmin/coder)"
35- version = "1.0.0"
36- agent_id = coder_agent.example.id
37- subdomain = false
38- port = 8080 # Optional: specify a custom port
39- }
40- ```
23+ ```
You can’t perform that action at this time.
0 commit comments