chore(dogfood): bump mux to 1.4.0 (#22899)

## Summary
- bump the dogfood template Mux module from 1.3.1 to 1.4.0

## Validation
- terraform -chdir=dogfood/coder validate
- terraform fmt -check dogfood/coder/main.tf
This commit is contained in:
Michael Suchacz
2026-03-10 15:54:58 +01:00
committed by GitHub
parent fee5cc5e5b
commit f5e5bd2d64
+1 -1
View File
@@ -375,7 +375,7 @@ module "personalize" {
module "mux" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/mux/coder"
version = "1.3.1"
version = "1.4.0"
agent_id = coder_agent.dev.id
subdomain = true
display_name = "Mux"