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 b4dfbac commit c8ee5d1Copy full SHA for c8ee5d1
operations/deployment/terraform/modules/aws/lb/aws_lb.tf
@@ -94,9 +94,6 @@ resource "aws_lb_listener" "vm_alb_listener" {
94
# https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html
95
ssl_policy = local.alb_listen_protocol[count.index] == "HTTPS" ? var.aws_alb_ssl_policy : null
96
certificate_arn = local.alb_listen_protocol[count.index] == "HTTPS" ? var.aws_certificates_selected_arn : null
97
- lifecycle {
98
- replace_triggered_by = [local.alb_listen_protocol[count.index]]
99
- }
100
}
101
102
# Attach EC2 instance(s) to target group(s)
0 commit comments