chore(dogfood): bump mux module to 1.0.5 (#21205)

Bumps the mux module from 1.0.4 to 1.0.5 in the dogfood template.

Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
This commit is contained in:
blinkagent[bot]
2025-12-10 11:49:48 +00:00
committed by GitHub
parent f6ddfdecb7
commit 90b8ef63b8
+1 -1
View File
@@ -373,7 +373,7 @@ module "personalize" {
module "mux" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/mux/coder"
version = "1.0.4"
version = "1.0.5"
agent_id = coder_agent.dev.id
subdomain = true
}