chore: use lowercase for namespaces
This commit is contained in:
parent
35e64f2e4a
commit
1b14b05cb9
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user