Skip to content

Commit

Permalink
Merge pull request #11187 from wellcomecollection/jason-redirect-prod
Browse files Browse the repository at this point in the history
Change edge_lambda_*_versions to newest ones for redirections
  • Loading branch information
rcantin-w authored Sep 18, 2024
2 parents 06a4c7a + 7b96dc8 commit 5f73818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ data "aws_secretsmanager_secret_version" "slack_webhook" {
}

locals {
edge_lambda_request_version = 131
edge_lambda_response_version = 129
edge_lambda_request_version = 133
edge_lambda_response_version = 131

wellcome_cdn_cert_arn = "arn:aws:acm:us-east-1:130871440101:certificate/bb840c52-56bb-4bf8-86f8-59e7deaf9c98"

Expand Down

0 comments on commit 5f73818

Please sign in to comment.