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 607cbb3 commit 7289d27Copy full SHA for 7289d27
main.tf
@@ -76,6 +76,7 @@ data "aws_acm_certificate" "this" {
76
? 1 : 0}"
77
78
domain = "${var.certificate_name != "" ? var.certificate_name : local.cert_name }"
79
+ #statuses = ["ISSUED"]
80
}
81
82
# May need to create 2: 1 w/ logs and 1 w/o logs
@@ -318,6 +319,7 @@ resource "aws_lb_target_group" "network" {
318
319
port = "${element(compact(split(",",local.instance_tcp_ports)), count.index)}"
320
protocol = "TCP"
321
vpc_id = "${var.vpc_id}"
322
+ stickiness = []
323
324
#deregistration_delay = "${}"
325
#target_type = "${}"
@@ -406,4 +408,3 @@ resource "aws_lb_listener_rule" "this" {
406
408
407
409
410
*/
-
0 commit comments