Skip to content

Commit 258d9ad

Browse files
tomasbackmanantonbabenko
authored andcommitted
Update variables.tf (terraform-aws-modules#113)
Well the http listener should be described as such I think =)
1 parent 96a3df5 commit 258d9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "https_listeners_count" {
4747
}
4848

4949
variable "http_tcp_listeners" {
50-
description = "A list of maps describing the HTTPS listeners for this ALB. Required key/values: port, protocol. Optional key/values: target_group_index (defaults to 0)"
50+
description = "A list of maps describing the HTTP listeners for this ALB. Required key/values: port, protocol. Optional key/values: target_group_index (defaults to 0)"
5151
type = list(map(string))
5252
default = []
5353
}

0 commit comments

Comments
 (0)