Skip to content

Commit 1de23c9

Browse files
Merge branch 'main' into feature/CCM-12180-TestsOnPipeline
2 parents 5bb9af6 + 2a2801a commit 1de23c9

11 files changed

+11
-22
lines changed

infrastructure/terraform/components/api/module_authorizer_lambda.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "authorizer_lambda" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
aws_account_id = var.aws_account_id
55
component = var.component
@@ -31,7 +31,6 @@ module "authorizer_lambda" {
3131
enable_lambda_insights = false
3232
force_lambda_code_deploy = var.force_lambda_code_deploy
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_get_letter.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "get_letter" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "get_letter"
55
description = "Get letter status"
@@ -31,7 +31,6 @@ module "get_letter" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_get_letter_data.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "get_letter_data" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "get_letter_data"
55
description = "Get the letter data"
@@ -31,7 +31,6 @@ module "get_letter_data" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_get_letters.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "get_letters" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "get_letters"
55
description = "Get paginated letter ids"
@@ -31,7 +31,6 @@ module "get_letters" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_get_status.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "get_status" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "get_status"
55
description = "Healthcheck for service"
@@ -31,7 +31,6 @@ module "get_status" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_letter_status_update.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "letter_status_update" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "letter_status_update"
55
description = "Processes letter status updates"
@@ -31,7 +31,6 @@ module "letter_status_update" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_letter_updates_transformer.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "letter_updates_transformer" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "letter-updates-transformer"
55
description = "Letter Update Filter/Producer"
@@ -31,7 +31,6 @@ module "letter_updates_transformer" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_patch_letter.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "patch_letter" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "patch_letter"
55
description = "Update the status of a letter"
@@ -31,7 +31,6 @@ module "patch_letter" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_post_letters.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "post_letters" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "post_letters"
55
description = "Receives and accepts collection of letters to update"
@@ -31,7 +31,6 @@ module "post_letters" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

infrastructure/terraform/components/api/module_lambda_post_mi.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "post_mi" {
2-
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
2+
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

44
function_name = "post_mi"
55
description = "Add management information"
@@ -31,7 +31,6 @@ module "post_mi" {
3131
force_lambda_code_deploy = var.force_lambda_code_deploy
3232
enable_lambda_insights = false
3333

34-
send_to_firehose = true
3534
log_destination_arn = local.destination_arn
3635
log_subscription_role_arn = local.acct.log_subscription_role_arn
3736

0 commit comments

Comments
 (0)