chore(dogfood): bump Mux to 1.3.0, use next channel and bun runner (#22357)

Bump the Mux module in the dogfood template:

- Version: 1.1.0 → 1.3.0
- `install_version`: set to `"next"`
- `runner`: set to `"bun"`
This commit is contained in:
Michael Suchacz
2026-02-27 10:41:02 +01:00
committed by GitHub
parent 24ab5205d2
commit 5194cc8050
+9 -7
View File
@@ -373,13 +373,15 @@ module "personalize" {
}
module "mux" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/mux/coder"
version = "1.1.0"
agent_id = coder_agent.dev.id
subdomain = true
display_name = "Mux"
add-project = local.repo_dir
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/mux/coder"
version = "1.3.0"
agent_id = coder_agent.dev.id
subdomain = true
display_name = "Mux"
add-project = local.repo_dir
install_version = "next"
package_manager = "bun"
}
module "code-server" {