Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}
Expand Down