File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
infrastructure/terraform/components/api Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ No requirements.
3333| Name | Source | Version |
3434| ------| --------| ---------|
3535| <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 |
36- | <a name =" module_domain_truststore " ></a > [ domain\_ truststore] ( #module\_ domain\_ truststore ) | git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/ s3bucket | v2.0.17 |
36+ | <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 |
3737| <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 |
3838| <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 |
39- | <a name =" module_logging_bucket " ></a > [ logging\_ bucket] ( #module\_ logging\_ bucket ) | git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/ s3bucket | v2.0.17 |
39+ | <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 |
4040| <a name =" module_patch_letters " ></a > [ patch\_ letters] ( #module\_ patch\_ letters ) | https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-lambda.zip | n/a |
41- | <a name =" module_s3bucket_test_letters " ></a > [ s3bucket\_ test\_ letters] ( #module\_ s3bucket\_ test\_ letters ) | git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/ s3bucket | v2.0.17 |
42- | <a name =" module_supplier_ssl " ></a > [ supplier\_ ssl] ( #module\_ supplier\_ ssl ) | git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/ssl | v2.0.17 |
41+ | <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 |
42+ | <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-s3bucket.zip | n/a |
4343## Outputs
4444
4545| Name | Description |
Original file line number Diff line number Diff line change 11module "domain_truststore" {
2- source = " git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket?ref=v2.0.17"
2+
3+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.20/terraform-s3bucket.zip"
34
45 name = " truststore"
56 aws_account_id = var. aws_account_id
Original file line number Diff line number Diff line change 11module "logging_bucket" {
2- source = " git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket?ref= v2.0.17 "
2+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/ v2.0.20/terraform-s3bucket.zip "
33
44 name = " bucket-logs"
55 aws_account_id = var. aws_account_id
Original file line number Diff line number Diff line change 11module "supplier_ssl" {
22 count = var. manually_configure_mtls_truststore ? 0 : 1
33
4- source = " git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/ssl?ref= v2.0.17 "
4+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/ v2.0.20/terraform-s3bucket.zip "
55
66 name = " sapi_trust"
77 aws_account_id = var. aws_account_id
Original file line number Diff line number Diff line change 11module "s3bucket_test_letters" {
2- source = " git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket?ref= v2.0.17 "
2+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/ v2.0.20/terraform-s3bucket.zip "
33
44 name = " test-letters"
55
You can’t perform that action at this time.
0 commit comments