diff --git a/infrastructure/terraform/components/cdn/module_lambda_rewrite_origin_branch_requests.tf b/infrastructure/terraform/components/cdn/module_lambda_rewrite_origin_branch_requests.tf index ea88d82..1d2d82c 100644 --- a/infrastructure/terraform/components/cdn/module_lambda_rewrite_origin_branch_requests.tf +++ b/infrastructure/terraform/components/cdn/module_lambda_rewrite_origin_branch_requests.tf @@ -1,5 +1,5 @@ module "lambda_rewrite_origin_branch_requests" { - source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-lambda.zip" + source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip" providers = { aws = aws.us-east-1 @@ -37,7 +37,6 @@ module "lambda_rewrite_origin_branch_requests" { force_lambda_code_deploy = var.force_lambda_code_deploy enable_lambda_insights = false - send_to_firehose = true log_destination_arn = local.destination_arn_us log_subscription_role_arn = local.acct.log_subscription_role_arn } diff --git a/infrastructure/terraform/components/cdn/module_lambda_rewrite_viewer_trailing_slashes.tf b/infrastructure/terraform/components/cdn/module_lambda_rewrite_viewer_trailing_slashes.tf index 6338f92..5472cdd 100644 --- a/infrastructure/terraform/components/cdn/module_lambda_rewrite_viewer_trailing_slashes.tf +++ b/infrastructure/terraform/components/cdn/module_lambda_rewrite_viewer_trailing_slashes.tf @@ -1,5 +1,5 @@ module "lambda_rewrite_viewer_trailing_slashes" { - source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-lambda.zip" + source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip" providers = { aws = aws.us-east-1 @@ -37,7 +37,6 @@ module "lambda_rewrite_viewer_trailing_slashes" { force_lambda_code_deploy = var.force_lambda_code_deploy enable_lambda_insights = false - send_to_firehose = true log_destination_arn = local.destination_arn_us log_subscription_role_arn = local.acct.log_subscription_role_arn }