Skip to content

Commit 652e1a7

Browse files
authored
feat: add slackme module to dogfood (#10198)
1 parent e7d9b8d commit 652e1a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dogfood/main.tf

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ data "coder_git_auth" "github" {
7171

7272
data "coder_workspace" "me" {}
7373

74+
module "slackme" {
75+
# Required while slackme is WIP.
76+
source = "https://registry.coder.com/modules/slackme?ref=slackme"
77+
agent_id = coder_agent.dev.id
78+
auth_provider_id = "slack"
79+
}
80+
7481
module "dotfiles" {
7582
source = "https://registry.coder.com/modules/dotfiles"
7683
agent_id = coder_agent.dev.id

0 commit comments

Comments
 (0)