Skip to content

Commit

Permalink
Fixes another issue with PR #810
Browse files Browse the repository at this point in the history
Refs #772
  • Loading branch information
shawncrawley committed Dec 11, 2024
1 parent dadf9ef commit aeb4c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/LAMBDA/viz_functions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ data "archive_file" "viz_test_wrds_db_zip" {
resource "aws_s3_object" "viz_test_wrds_db_upload" {
provider = aws.no_tags
bucket = var.deployment_bucket
key = "terraform_artifacts/${path.module}/viz_update_egis_data.zip"
key = "terraform_artifacts/${path.module}/viz_test_wrds_db.zip"
source = data.archive_file.viz_test_wrds_db_zip.output_path
source_hash = filemd5(data.archive_file.viz_test_wrds_db_zip.output_path)
}
Expand Down

0 comments on commit aeb4c76

Please sign in to comment.