From 629bd053cd435e26de01b0a45c780a0f1346cbfd Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 11 Oct 2023 11:24:23 +0300 Subject: [PATCH] fix(dogfood): fix slackme module source This was pinned to the branch ref and is no more needed after the branch has been merged. --- dogfood/main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dogfood/main.tf b/dogfood/main.tf index c95bb28ee29d1..6331ebbcf8e67 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -72,8 +72,7 @@ data "coder_git_auth" "github" { data "coder_workspace" "me" {} module "slackme" { - # Required while slackme is WIP. - source = "https://registry.coder.com/modules/slackme?ref=slackme" + source = "https://registry.coder.com/modules/slackme" agent_id = coder_agent.dev.id auth_provider_id = "slack" }