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