mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user