Skip to content

Commit

Permalink
Remove False Positive update report
Browse files Browse the repository at this point in the history
Lambda zip files do not have tags reapplied on deploy
  • Loading branch information
JoryUK committed Apr 2, 2020
1 parent b50abde commit 2805b4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/lambda_s3_bucket_object/s3_bucket_object.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ resource "aws_s3_bucket_object" "initialDummyContent" {
bucket = "${var.lambda_bucket_name}"
key = "${var.s3_object_key}"
source = "lambda.zip"
tags = "${var.tags}"
lifecycle {
ignore_changes = "all"
}
Expand Down

0 comments on commit 2805b4a

Please sign in to comment.