Skip to content

Commit

Permalink
Merge pull request #9104 from ministryofjustice/feature/DPR2-1576-bat…
Browse files Browse the repository at this point in the history
…ch-fix

[DPR2-1576] Bump Expired Table lambda version
  • Loading branch information
stalwartstu authored Dec 17, 2024
2 parents 7fad6b6 + 543ad9c commit f9ad166
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.13"
lambda_redshift_table_expiry_jar_version = "v0.0.14"
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 f9ad166

Please sign in to comment.