Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! address PR comments
  • Loading branch information
johnstcn committed Mar 11, 2025
commit 97ea68d92559536c03ff584be91b642377b26b27
2 changes: 1 addition & 1 deletion dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "coderd_template" "dogfood" {
{
name = var.CODER_TEMPLATE_VERSION
message = var.CODER_TEMPLATE_MESSAGE
directory = "./coder/contents"
directory = var.CODER_TEMPLATE_DIR
active = true
}
]
Expand Down