Skip to content

Commit

Permalink
Add etag
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Mar 21, 2024
1 parent d6311fb commit 114ac36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/create-rds-postgres-tester/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ resource "aws_s3_object" "dependencies" {
bucket = var.lambda_dist_bucket_id
key = "create_rds_postgres_tester.zip_dependencies.zip"
source = data.archive_file.dependencies.output_path

etag = data.archive_file.dependencies
}

resource "aws_lambda_layer_version" "dependencies" {
Expand Down

0 comments on commit 114ac36

Please sign in to comment.