File tree Expand file tree Collapse file tree 11 files changed +11
-22
lines changed
infrastructure/terraform/components/api Expand file tree Collapse file tree 11 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
Original file line number Diff line number Diff line change 11module "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
You can’t perform that action at this time.
0 commit comments