feat: add slackme module to dogfood (#10198)

This commit is contained in:
Kyle Carberry 2023-10-10 17:46:47 -05:00 committed by GitHub
parent e7d9b8d858
commit 652e1a7d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -71,6 +71,13 @@ 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"
agent_id = coder_agent.dev.id
auth_provider_id = "slack"
}
module "dotfiles" {
source = "https://registry.coder.com/modules/dotfiles"
agent_id = coder_agent.dev.id