Skip to content
Merged
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 "authorizer_lambda" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

aws_account_id = var.aws_account_id
component = var.component
Expand Down Expand Up @@ -31,7 +31,6 @@ module "authorizer_lambda" {
enable_lambda_insights = false
force_lambda_code_deploy = var.force_lambda_code_deploy

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "get_letter" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "get_letter"
description = "Get letter status"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "get_letter" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "get_letter_data" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "get_letter_data"
description = "Get the letter data"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "get_letter_data" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "get_letters" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "get_letters"
description = "Get paginated letter ids"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "get_letters" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "get_status" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "get_status"
description = "Healthcheck for service"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "get_status" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "letter_status_update" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "letter_status_update"
description = "Processes letter status updates"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "letter_status_update" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "letter_updates_transformer" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "letter-updates-transformer"
description = "Letter Update Filter/Producer"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "letter_updates_transformer" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "patch_letter" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "patch_letter"
description = "Update the status of a letter"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "patch_letter" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "post_letters" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "post_letters"
description = "Receives and accepts collection of letters to update"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "post_letters" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "post_mi" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "post_mi"
description = "Add management information"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "post_mi" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
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 "upsert_letter" {
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"

function_name = "upsert-letter"
description = "Update or Insert the letter data in the letters table"
Expand Down Expand Up @@ -31,7 +31,6 @@ module "upsert_letter" {
force_lambda_code_deploy = var.force_lambda_code_deploy
enable_lambda_insights = false

send_to_firehose = true
log_destination_arn = local.destination_arn
log_subscription_role_arn = local.acct.log_subscription_role_arn

Expand Down