We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27555af commit c747695Copy full SHA for c747695
1 file changed
mesh_infra/main.tf
@@ -24,15 +24,16 @@ provider "aws" {
24
25
26
module "mesh" {
27
- source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.5"
+ source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.6"
28
29
name_prefix = "imms-${var.aws_environment}"
30
account_id = var.imms_account_id
31
mesh_env = var.mesh_environment
32
subnet_ids = toset([])
33
mailbox_ids = var.mesh_mailbox_ids
34
35
- compress_threshold = 1 * 1024 * 1024
36
- get_message_max_concurrency = 10
37
- handshake_schedule = "rate(24 hours)"
+ compress_threshold = 1 * 1024 * 1024
+ get_message_max_concurrency = 10
+ handshake_schedule = "rate(24 hours)"
38
+ fetch_message_lambda_memory_size = 512
39
}
0 commit comments