We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7f96f commit 7540d87Copy full SHA for 7540d87
r_null.tf
@@ -33,6 +33,6 @@ resource "null_resource" "lambda_build" {
33
}
34
35
provisioner "local-exec" {
36
- command = "cd ${local.main_module_path} && GOOS=linux go build -ldflags '-s -w' -o ./${path.module}/lambdas/bin/${each.key} ./${path.module}/lambdas/cmd/${each.key}/."
+ command = "cd ${local.main_module_path} && GOOS=linux go build -ldflags '-s -w' -o ./lambdas/bin/${each.key} ./lambdas/cmd/${each.key}/main.go"
37
38
0 commit comments