Skip to content

Commit

Permalink
Get rid of etag in aws_s3_bucket_object
Browse files Browse the repository at this point in the history
  • Loading branch information
danscales committed Feb 20, 2025
1 parent 031c88d commit a12400a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/modules/datapump/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ resource "aws_s3_bucket_object" "default" {
bucket = var.pipelines_bucket
key = "lambda_layers/${local.layer_name}.zip"
source = "${var.lambda_layers_path}/layer.zip"
# This is what decides if the s3 upload of the layer will happen
etag = lookup(data.external.layer_sha256.result, "hash")
}

# Output is aws_lambda_layer_version.default.arn
Expand Down

0 comments on commit a12400a

Please sign in to comment.