Skip to content

Commit 213fffb

Browse files
authored
chore: add git-config module to dogfood template (#19489)
As a developer, I want to be immediately able to run `git commit` in a fresh workspace.
1 parent 82f2e15 commit 213fffb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dogfood/coder/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,13 @@ module "dotfiles" {
359359
agent_id = coder_agent.dev.id
360360
}
361361

362+
module "git-config" {
363+
count = data.coder_workspace.me.start_count
364+
source = "dev.registry.coder.com/coder/git-config/coder"
365+
version = "1.0.31"
366+
agent_id = coder_agent.dev.id
367+
}
368+
362369
module "git-clone" {
363370
count = data.coder_workspace.me.start_count
364371
source = "dev.registry.coder.com/coder/git-clone/coder"

0 commit comments

Comments
 (0)