fix(dogfood): fix slackme module source (#10207)

This was pinned to the branch ref and is no more needed after the branch has been merged.
This commit is contained in:
Muhammad Atif Ali 2023-10-11 11:29:25 +03:00 committed by GitHub
parent 3c43216e99
commit fafecbd9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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"
}