chore: use lowercase for namespaces

This commit is contained in:
Muhammad Atif Ali 2025-08-28 22:09:58 +05:00
parent 35e64f2e4a
commit 1b14b05cb9

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
} }