Skip to content

Commit 10731f0

Browse files
[PRMT-457] Increase PDF stitching queue message retention to maximum (#336)
* PRMT-457- increased pdf stitching queue message retention and decoupled the DLQ retention piriod from it * PRMT-457- removed trailing comma * PRMT-457- run pre commit * Update infrastructure/modules/sqs/variable.tf Co-authored-by: MohammadIqbalAD-NHS <[email protected]> --------- Co-authored-by: MohammadIqbalAD-NHS <[email protected]>
1 parent 89ed38c commit 10731f0

File tree

24 files changed

+115
-57
lines changed

24 files changed

+115
-57
lines changed

bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
| Name | Version |
1111
|------|---------|
12-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.70.0 |
12+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
1313

1414
## Modules
1515

infrastructure/README.md

Lines changed: 22 additions & 9 deletions
Large diffs are not rendered by default.

infrastructure/modules/app_config/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012
| <a name="provider_terraform"></a> [terraform](#provider\_terraform) | n/a |
1113

1214
## Modules

infrastructure/modules/cloudfront/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012

1113
## Modules
1214

infrastructure/modules/dynamo_db/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012

1113
## Modules
1214

infrastructure/modules/ecr/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012

1113
## Modules
1214

infrastructure/modules/ecs/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012

1113
## Modules
1214

@@ -26,6 +28,7 @@ No modules.
2628
| [aws_cloudwatch_metric_alarm.ndr_ecs_service_cpu_high_alarm](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |
2729
| [aws_cloudwatch_metric_alarm.ndr_ecs_service_cpu_low_alarm](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |
2830
| [aws_ecs_cluster.ndr_ecs_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster) | resource |
31+
| [aws_ecs_cluster_capacity_providers.fargate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster_capacity_providers) | resource |
2932
| [aws_ecs_service.ndr_ecs_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service) | resource |
3033
| [aws_ecs_task_definition.ndr_ecs_task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition) | resource |
3134
| [aws_iam_role.task_exec](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |

infrastructure/modules/firewall_waf_v2/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012

1113
## Modules
1214

infrastructure/modules/gateway/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012

1113
## Modules
1214

infrastructure/modules/kms/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Requirements
22

3-
No requirements.
3+
| Name | Version |
4+
|------|---------|
5+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
46

57
## Providers
68

79
| Name | Version |
810
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
1012

1113
## Modules
1214

0 commit comments

Comments
 (0)