Skip to content

Commit eb9c2cc

Browse files
author
Steven Nemetz
committed
Add note or either bug or future work needed
1 parent 875e83a commit eb9c2cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ data "aws_acm_certificate" "this" {
7474
domain = "${var.certificate_name != "" ? var.certificate_name : local.cert_name }"
7575
}
7676

77+
# May need to create 2: 1 w/ logs and 1 w/o logs
7778
resource "aws_lb" "application" {
7879
count = "${module.enabled.value && var.type == "application" ? 1 : 0}"
7980
name = "${module.label.id_32}"

0 commit comments

Comments
 (0)