chore(dogfood): add project to mux module (#21894)

Adds `add-project` to the `mux` module in the dogfood Coder template so
Mux opens the cloned repo by default.

- Uses `local.repo_dir` (defaults to `/home/coder/coder`) so it stays
correct if the repo base dir parameter changes.

Testing:
- `terraform fmt -check dogfood/coder/main.tf`
This commit is contained in:
Michael Suchacz
2026-02-03 16:46:06 +01:00
committed by GitHub
parent b955e102ff
commit f7f025343f
+1
View File
@@ -379,6 +379,7 @@ module "mux" {
agent_id = coder_agent.dev.id
subdomain = true
display_name = "Mux"
add-project = local.repo_dir
}
module "code-server" {