Compare commits

...

1 Commits

Author SHA1 Message Date
Muhammad Atif Ali
1b14b05cb9 chore: use lowercase for namespaces 2025-08-28 22:09:58 +05:00

View File

@ -16,7 +16,7 @@ It can be served on a Coder subdomain for easy access, or on `localhost` if you
```tf ```tf
module "pgadmin" { module "pgadmin" {
count = data.coder_workspace.me.start_count count = data.coder_workspace.me.start_count
source = "registry.coder.com/AJ0070/pgadmin/coder" source = "registry.coder.com/aj0070/pgadmin/coder"
version = "1.0.0" version = "1.0.0"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
} }