if I: * delete src/nuclei.zip * delete lambda.zip * remove `s3://<pond bucket>/nuclei.zip` * update variables.tf to specify a new nuclei version When I run `terraform apply`, my old lambda still persists at 2.8.7. What's the right way to force a rebuild?
if I:
s3://<pond bucket>/nuclei.zipWhen I run
terraform apply, my old lambda still persists at 2.8.7.What's the right way to force a rebuild?