diff --git a/module/main.tf b/module/main.tf index 94b7255..3fbdc94 100644 --- a/module/main.tf +++ b/module/main.tf @@ -21,22 +21,24 @@ data "github_release" "this" { resource "null_resource" "this" { triggers = { - build_version = var.build_version + timestamp = timestamp() } provisioner "local-exec" { - command = "wget -O ${local.lambda_zip_file} ${data.github_release.this.assets[2].browser_download_url}" + command = <