Skip to content

Commit cd7b36d

Browse files
authored
fix(examples): use correct build args for Docker template (coder#5721)
1 parent eb48341 commit cd7b36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/templates/docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource "docker_image" "main" {
9595
name = "coder-${data.coder_workspace.me.id}"
9696
build {
9797
path = "./build"
98-
build_arg = {
98+
build_args = {
9999
USER = local.username
100100
}
101101
}

0 commit comments

Comments
 (0)