We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2f2f7 commit e3c54ebCopy full SHA for e3c54eb
modules/alb/variables.tf
@@ -78,8 +78,8 @@ variable "listeners" {
78
}))
79
certificate_arn = optional(string)
80
port = optional(number)
81
- protocol = optional(string)
82
- ssl_policy = optional(string)
+ protocol = optional(string, "HTTP")
+ ssl_policy = optional(string, "ELBSecurityPolicy-TLS13-1-2-2021-06")
83
tags = optional(map(string), {})
84
85
}
0 commit comments