Skip to content

Commit 7f04a1f

Browse files
authored
Merge branch 'master' into VED-753-CloudWatch-PII
2 parents 17578a3 + 4fe0836 commit 7f04a1f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mesh_infra/main.tf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ provider "aws" {
2424

2525

2626
module "mesh" {
27-
source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.5"
27+
source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.6"
2828

2929
name_prefix = "imms-${var.aws_environment}"
3030
account_id = var.imms_account_id
3131
mesh_env = var.mesh_environment
3232
subnet_ids = toset([])
3333
mailbox_ids = var.mesh_mailbox_ids
3434

35-
compress_threshold = 1 * 1024 * 1024
36-
get_message_max_concurrency = 10
37-
handshake_schedule = "rate(24 hours)"
35+
compress_threshold = 1 * 1024 * 1024
36+
get_message_max_concurrency = 10
37+
handshake_schedule = "rate(24 hours)"
38+
fetch_message_lambda_memory_size = var.aws_environment == "prod" ? 512 : 128
3839
}

0 commit comments

Comments
 (0)