Skip to content

Commit

Permalink
Merge pull request #9025 from ministryofjustice/feature/DPR2-1576
Browse files Browse the repository at this point in the history
[DPR2-1576] Update table expiry lambda version
  • Loading branch information
stalwartstu authored Dec 12, 2024
2 parents 20de261 + 4f6d8b9 commit 6580c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/digital-prison-reporting/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ locals {
lambda_redshift_table_expiry_tracing = "Active"
lambda_redshift_table_expiry_handler = "uk.gov.justice.digital.lambda.RedShiftTableExpiryLambda::handleRequest"
lambda_redshift_table_expiry_code_s3_bucket = module.s3_artifacts_store.bucket_id
lambda_redshift_table_expiry_jar_version = "v0.0.12"
lambda_redshift_table_expiry_jar_version = "v0.0.13"
lambda_redshift_table_expiry_code_s3_key = (
local.env == "production" || local.env == "preproduction"
? "build-artifacts/digital-prison-reporting-lambdas/jars/digital-prison-reporting-lambdas-${local.lambda_redshift_table_expiry_jar_version}.rel-all.jar"
Expand Down

0 comments on commit 6580c83

Please sign in to comment.