We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b3b5d commit adaacbbCopy full SHA for adaacbb
1 file changed
infrastructure/modules/eventpub/archive_file_lambda.tf
@@ -1,9 +1,9 @@
1
resource "archive_file" "lambda" {
2
type = "zip"
3
- source_dir = "${path.root}/lambda/eventpub/src"
+ source_dir = "${path.root}/modules/eventpub/lambda/eventpub/src"
4
5
# Timestamp in path to resolve https://github.com/hashicorp/terraform-provider-archive/issues/39
6
- output_path = "${path.root}/lambda/eventpub_${timestamp()}.zip"
+ output_path = "${path.root}/modules/eventpub/lambda/eventpub_${timestamp()}.zip"
7
excludes = [
8
# NodeJS Exclusions
9
"**/__tests__",
0 commit comments