File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
infrastructure/terraform/components/api Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ No requirements.
3232| Name | Source | Version |
3333| ------| --------| ---------|
3434| <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_domain_truststore " ></a > [ domain\_ truststore] ( #module\_ domain\_ truststore ) | git:: https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/ s3bucket | v2.0.17 |
35+ | <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 |
3636| <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 |
3737| <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 |
38- | <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 |
38+ | <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 |
3939| <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 |
40- | <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 |
40+ | <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 |
4141## Outputs
4242
4343| 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+ source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/ v2.0.20/terraform-s3bucket.zip "
33
44 name = " truststore"
55 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-ssl.zip "
55
66 name = " sapi_trust"
77 aws_account_id = var. aws_account_id
You can’t perform that action at this time.
0 commit comments