mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
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:
committed by
GitHub
parent
3c43216e99
commit
fafecbd9b3
@ -72,8 +72,7 @@ data "coder_git_auth" "github" {
|
|||||||
data "coder_workspace" "me" {}
|
data "coder_workspace" "me" {}
|
||||||
|
|
||||||
module "slackme" {
|
module "slackme" {
|
||||||
# Required while slackme is WIP.
|
source = "https://registry.coder.com/modules/slackme"
|
||||||
source = "https://registry.coder.com/modules/slackme?ref=slackme"
|
|
||||||
agent_id = coder_agent.dev.id
|
agent_id = coder_agent.dev.id
|
||||||
auth_provider_id = "slack"
|
auth_provider_id = "slack"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user