Skip to content

Commit e13d5bc

Browse files
committed
CCM-11751: Fixing eventpub path
1 parent 546c1e9 commit e13d5bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/modules/eventpub/archive_file_lambda.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
resource "archive_file" "lambda" {
22
type = "zip"
3-
source_dir = "${path.root}/.terraform/modules/eventpub/lambda/eventpub/src"
3+
source_dir = ".terraform/modules/eventpub/lambda/eventpub/src"
44

55
# Timestamp in path to resolve https://github.com/hashicorp/terraform-provider-archive/issues/39
6-
output_path = "${path.root}/.terraform/modules/eventpub/lambda/eventpub_${timestamp()}.zip"
6+
output_path = ".terraform/modules/eventpub/lambda/eventpub_${timestamp()}.zip"
77
excludes = [
88
# NodeJS Exclusions
99
"**/__tests__",

0 commit comments

Comments
 (0)