File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ data "aws_acm_certificate" "this" {
7676 ? 1 : 0 } "
7777
7878 domain = " ${ var . certificate_name != " " ? var . certificate_name : local . cert_name } "
79+
7980 # statuses = ["ISSUED"]
8081}
8182
@@ -316,9 +317,9 @@ resource "aws_lb_target_group" "network" {
316317 list (element (compact (split (" ," ,local. instance_tcp_ports )), count. index ))
317318 )} "
318319
319- port = " ${ element (compact (split (" ," ,local. instance_tcp_ports )), count. index )} "
320- protocol = " TCP"
321- vpc_id = " ${ var . vpc_id } "
320+ port = " ${ element (compact (split (" ," ,local. instance_tcp_ports )), count. index )} "
321+ protocol = " TCP"
322+ vpc_id = " ${ var . vpc_id } "
322323 stickiness = []
323324
324325 # deregistration_delay = "${}"
@@ -408,3 +409,4 @@ resource "aws_lb_listener_rule" "this" {
408409 }
409410}
410411*/
412+
You can’t perform that action at this time.
0 commit comments