File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Full example(s) leveraging this module is contained in the [examples](https://gi
16
16
17
17
``` hcl
18
18
module "eventbridge_debug_logger" {
19
- source = "git@ github.com: seanturner026/terraform-module-eventbridge-debug-logger.git"
19
+ source = "github.com/ seanturner026/terraform-module-eventbridge-debug-logger.git"
20
20
21
21
name = "eventbridge_debug_logger"
22
22
service_name = "ec2"
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ resource "null_resource" "lambda_build" {
33
33
}
34
34
35
35
provisioner "local-exec" {
36
- command = " GOOS=linux go build -ldflags '-s -w' -o ${ path . module } /lambdas/bin/${ each . key } ${ path . module } /lambdas/cmd/${ each . key } /."
36
+ command = " GOOS=linux go build -ldflags '-s -w' -o ./ ${ path . module } /lambdas/bin/${ each . key } ./ ${ path . module } /lambdas/cmd/${ each . key } /."
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments