update sudomain=false example

pull/286/head
Seppdo 11 months ago committed by GitHub
parent be53031fa3
commit edb7182f1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,13 +47,11 @@ module "filebrowser" {
### Serve from the same domain (no subdomain)
Make sure to set both workspace_name and owner_name.
```tf
module "filebrowser" {
source = "registry.coder.com/modules/filebrowser/coder"
agent_id = coder_agent.main.id
workspace_name = data.coder_workspace.me.name
owner_name = data.coder_workspace_owner.me.name
source = "registry.coder.com/modules/filebrowser/coder"
agent_id = coder_agent.main.id
subdomain = false
agent_name = "main"
}
```
Loading…
Cancel
Save