Skip to content

Commit 8882955

Browse files
CCM-11701: SSL Module
1 parent 9b908ac commit 8882955

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

infrastructure/modules/ssl/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
| <a name="input_subject_organization"></a> [subject\_organization](#input\_subject\_organization) | Organization for certificate subject | `string` | `"NHS England"` | no |
2626
| <a name="input_subject_organizational_unit"></a> [subject\_organizational\_unit](#input\_subject\_organizational\_unit) | Organizational unit for certificate subject | `string` | `"NHS Notify"` | no |
2727
| <a name="input_subject_province"></a> [subject\_province](#input\_subject\_province) | Province for certificate subject | `string` | `"West Yorkshire"` | no |
28-
| <a name="input_truststore_s3_bucket"></a> [truststore\_s3\_bucket](#input\_truststore\_s3\_bucket) | The id of the mgmt truststore s3 bucket | `string` | n/a | yes |
2928
## Modules
3029

3130
No modules.

infrastructure/modules/ssl/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ variable "default_tags" {
4141
# Variables specific to this module
4242
##
4343

44-
variable "truststore_s3_bucket" {
45-
type = string
46-
description = "The id of the mgmt truststore s3 bucket"
47-
}
48-
4944
variable "name" {
5045
type = string
5146
description = "A unique name to distinguish this module invocation from others within the same CSI scope"

0 commit comments

Comments
 (0)