Skip to content

Commit 754fdbd

Browse files
committed
added correct implementation of the review
1 parent db8df71 commit 754fdbd

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

registry/AJ0070/modules/pgadmin/README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,8 @@ It can be served on a Coder subdomain for easy access, or on `localhost` if you
1616
```tf
1717
module "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+
```

0 commit comments

Comments
 (0)