File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,16 @@ provider "aws" {
2424
2525
2626module "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}
You can’t perform that action at this time.
0 commit comments