Skip to content

Commit 19dfbaf

Browse files
author
Sohan Yadav
authored
Merge pull request #12 from clouddrove/0.14
update-ssl-policy
2 parents 145bddc + fabd7a2 commit 19dfbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ variable "subnet_mapping" {
9090
}
9191

9292
variable "https_listeners" {
93-
description = "A list of maps describing the HTTPS listeners for this ALB. Required key/values: port, certificate_arn. Optional key/values: ssl_policy (defaults to ELBSecurityPolicy-2016-08), target_group_index (defaults to 0)"
9493
type = list(map(string))
9594
default = []
95+
description = "A list of maps describing the HTTPS listeners for this ALB. Required key/values: port, certificate_arn. Optional key/values: ssl_policy (defaults to ELBSecurityPolicy-2016-08), target_group_index (defaults to 0)"
9696
}
9797

9898
variable "http_tcp_listeners" {
@@ -184,7 +184,7 @@ variable "listener_type" {
184184
variable "listener_ssl_policy" {
185185
type = string
186186
sensitive = true
187-
default = "ELBSecurityPolicy-2016-08"
187+
default = "ELBSecurityPolicy-TLS-1-2-2017-01"
188188
description = "The security policy if using HTTPS externally on the load balancer. [See](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-policy-table.html)."
189189
}
190190

0 commit comments

Comments
 (0)