diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index e5cc5015f6a44..df915af9df210 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -254,7 +254,7 @@ data "coder_workspace_tags" "tags" { module "slackme" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/slackme/coder" - version = "1.0.2" + version = "1.0.30" agent_id = coder_agent.dev.id auth_provider_id = "slack" }