Skip to content

Commit

Permalink
Add output md5
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Mar 21, 2024
1 parent 114ac36 commit 10c7073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create-rds-postgres-tester/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "aws_s3_object" "dependencies" {
key = "create_rds_postgres_tester.zip_dependencies.zip"
source = data.archive_file.dependencies.output_path

etag = data.archive_file.dependencies
etag = data.archive_file.dependencies.output_md5
}

resource "aws_lambda_layer_version" "dependencies" {
Expand Down

0 comments on commit 10c7073

Please sign in to comment.