diff --git a/variables.tf b/variables.tf index 75941b1..dd0d5d6 100644 --- a/variables.tf +++ b/variables.tf @@ -129,27 +129,27 @@ variable "kms_key_deletion_window" { # === Supplied by ./modules/vpc-secrets === -variable "secrets_manager_arn" { - type = string - description = "**Supplied by module/vpc-secrets** **Required** Secrets manager ARN where TLS cert info is stored" -} +# variable "secrets_manager_arn" { +# type = string +# description = "**Supplied by module/vpc-secrets** **Required** Secrets manager ARN where TLS cert info is stored" +# } -variable "leader_tls_servername" { - type = string - description = "**Supplied by module/vpc-secrets** **Required** One of the shared DNS SAN used to create the certs use for mTLS" -} +# variable "leader_tls_servername" { +# type = string +# description = "**Supplied by module/vpc-secrets** **Required** One of the shared DNS SAN used to create the certs use for mTLS" +# } -variable "lb_certificate_arn" { - type = string - description = "**Supplied by module/vpc-secrets** **Required** ARN of TLS certificate imported into ACM for use with LB listener" -} +# variable "lb_certificate_arn" { +# type = string +# description = "**Supplied by module/vpc-secrets** **Required** ARN of TLS certificate imported into ACM for use with LB listener" +# } -variable "vpc_id" { - type = string - description = "**Supplied by module/vpc-secrets** **Required** VPC ID where Vault will be deployed" -} +# variable "vpc_id" { +# type = string +# description = "**Supplied by module/vpc-secrets** **Required** VPC ID where Vault will be deployed" +# } -variable "private_subnet_ids" { - type = list(string) - description = "**Supplied by module/vpc-secrets** **Required** Subnet IDs to deploy Vault into" -} +# variable "private_subnet_ids" { +# type = list(string) +# description = "**Supplied by module/vpc-secrets** **Required** Subnet IDs to deploy Vault into" +# }