Skip to content

Commit 9c28e1c

Browse files
committed
fixup! address PR comments
1 parent 31ee357 commit 9c28e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "coderd_template" "dogfood" {
4343
{
4444
name = var.CODER_TEMPLATE_VERSION
4545
message = var.CODER_TEMPLATE_MESSAGE
46-
directory = "./coder/contents"
46+
directory = var.CODER_TEMPLATE_DIR
4747
active = true
4848
}
4949
]

0 commit comments

Comments
 (0)