Skip to content

Commit 6bf92c2

Browse files
author
Steven Nemetz
committed
Fix formatting
1 parent 7289d27 commit 6bf92c2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

main.tf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)