File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
infrastructure/terraform/modules/backend-api Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ No requirements.
4141| <a name =" module_list_template_lambda " ></a > [ list\_ template\_ lambda] ( #module\_ list\_ template\_ lambda ) | ../lambda-function | n/a |
4242| <a name =" module_s3bucket_internal " ></a > [ s3bucket\_ internal] ( #module\_ s3bucket\_ internal ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket | v1.0.8 |
4343| <a name =" module_s3bucket_quarantine " ></a > [ s3bucket\_ quarantine] ( #module\_ s3bucket\_ quarantine ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket | v1.0.8 |
44+ | <a name =" module_sftp_upload_queue " ></a > [ sftp\_ upload\_ queue] ( #module\_ sftp\_ upload\_ queue ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/sqs | v1.0.8 |
4445| <a name =" module_sqs_quarantine_scan_enrichment " ></a > [ sqs\_ quarantine\_ scan\_ enrichment] ( #module\_ sqs\_ quarantine\_ scan\_ enrichment ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/sqs | v1.0.8 |
4546| <a name =" module_sqs_virus_scan_failed_delete_object_dlq " ></a > [ sqs\_ virus\_ scan\_ failed\_ delete\_ object\_ dlq] ( #module\_ sqs\_ virus\_ scan\_ failed\_ delete\_ object\_ dlq ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/sqs | v1.0.8 |
4647| <a name =" module_sqs_virus_scan_passed_copy_object_dlq " ></a > [ sqs\_ virus\_ scan\_ passed\_ copy\_ object\_ dlq] ( #module\_ sqs\_ virus\_ scan\_ passed\_ copy\_ object\_ dlq ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/sqs | v1.0.8 |
Original file line number Diff line number Diff line change 1+ module "sftp_upload_queue" {
2+ source = " git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/sqs?ref=v1.0.8"
3+
4+ aws_account_id = var. aws_account_id
5+ component = var. component
6+ environment = var. environment
7+ project = var. project
8+ region = var. region
9+ name = " sftp-upload"
10+
11+ sqs_kms_key_arn = var. kms_key_arn
12+ }
You can’t perform that action at this time.
0 commit comments