File tree Expand file tree Collapse file tree
infrastructure/terraform/components/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ No requirements.
3232
3333| Name | Source | Version |
3434| ------| --------| ---------|
35- | <a name =" module_authorizer_lambda " ></a > [ authorizer\_ lambda] ( #module\_ authorizer\_ lambda ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip | n/a |
35+ | <a name =" module_authorizer_lambda " ></a > [ authorizer\_ lambda] ( #module\_ authorizer\_ lambda ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip | n/a |
3636| <a name =" module_domain_truststore " ></a > [ domain\_ truststore] ( #module\_ domain\_ truststore ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-s3bucket.zip | n/a |
37- | <a name =" module_get_letter_data " ></a > [ get\_ letter\_ data] ( #module\_ get\_ letter\_ data ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip | n/a |
38- | <a name =" module_get_letters " ></a > [ get\_ letters] ( #module\_ get\_ letters ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip | n/a |
37+ | <a name =" module_get_letter_data " ></a > [ get\_ letter\_ data] ( #module\_ get\_ letter\_ data ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip | n/a |
38+ | <a name =" module_get_letters " ></a > [ get\_ letters] ( #module\_ get\_ letters ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip | n/a |
3939| <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-kms.zip | n/a |
4040| <a name =" module_logging_bucket " ></a > [ logging\_ bucket] ( #module\_ logging\_ bucket ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-s3bucket.zip | n/a |
41- | <a name =" module_patch_letter " ></a > [ patch\_ letter] ( #module\_ patch\_ letter ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip | n/a |
41+ | <a name =" module_patch_letter " ></a > [ patch\_ letter] ( #module\_ patch\_ letter ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip | n/a |
4242| <a name =" module_s3bucket_test_letters " ></a > [ s3bucket\_ test\_ letters] ( #module\_ s3bucket\_ test\_ letters ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-s3bucket.zip | n/a |
4343| <a name =" module_supplier_ssl " ></a > [ supplier\_ ssl] ( #module\_ supplier\_ ssl ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-ssl.zip | n/a |
4444## Outputs
Original file line number Diff line number Diff line change 11module "authorizer_lambda" {
2- source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip"
2+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip"
33
44 aws_account_id = var. aws_account_id
55 component = var. component
Original file line number Diff line number Diff line change 11module "get_letter_data" {
2- source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip"
2+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip"
33
44 function_name = " get_letter_data"
55 description = " Get the letter data"
Original file line number Diff line number Diff line change 11module "get_letters" {
2- source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip"
2+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip"
33
44 function_name = " get_letters"
55 description = " Get paginated letter ids"
Original file line number Diff line number Diff line change 11module "patch_letter" {
2- source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20 /terraform-lambda.zip"
2+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.24 /terraform-lambda.zip"
33
44 function_name = " patch_letter"
55 description = " Update the status of a letter"
You can’t perform that action at this time.
0 commit comments