Skip to content

Commit d1d3a48

Browse files
author
Jonathan
authored
allow multiple deployments (#13)
fixes #5
1 parent 80ccff9 commit d1d3a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
data "archive_file" "zip_file_for_lambda" {
1010
type = "zip"
11-
output_path = "lambda_code.zip"
11+
output_path = "${var.name}.zip"
1212

1313
dynamic "source" {
1414
for_each = distinct(flatten([

0 commit comments

Comments
 (0)