Skip to content

Commit

Permalink
remove dummy file from zip
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 26, 2022
1 parent c680098 commit 506b7ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified code/ddns-lambda.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions code/make-zip-file.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ resource "null_resource" "zip" {
lambda_files_hash = local.lambda_files_hash
}

provisioner "local-exec" {
command = "rm ${local.lambda_file}"
}
provisioner "local-exec" {
command = "zip ${local.lambda_file} -j -r ${join(" ", local.lambda_code_files)}"
}
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "0.0.11"
_module_version = "0.0.12"
}

0 comments on commit 506b7ac

Please sign in to comment.