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