We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4930d22 commit c056252Copy full SHA for c056252
1 file changed
infrastructure/modules/eventpub/archive_file_lambda.tf
@@ -1,7 +1,7 @@
1
data "archive_file" "lambda" {
2
type = "zip"
3
- source_dir = "${path.module}/../../../lambda/eventpub/src"
4
- output_path = "${path.module}/../../../lambda/${local.csi}_eventpub.zip"
+ source_dir = "${path.module}/lambda/eventpub/src"
+ output_path = "${path.module}/lambda/${local.csi}_eventpub.zip"
5
6
excludes = [
7
# NodeJS Exclusions
0 commit comments