Skip to content

Commit c8ee5d1

Browse files
committed
Remove lifecycle
1 parent b4dfbac commit c8ee5d1

File tree

1 file changed

+0
-3
lines changed
  • operations/deployment/terraform/modules/aws/lb

1 file changed

+0
-3
lines changed

operations/deployment/terraform/modules/aws/lb/aws_lb.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ resource "aws_lb_listener" "vm_alb_listener" {
9494
# https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html
9595
ssl_policy = local.alb_listen_protocol[count.index] == "HTTPS" ? var.aws_alb_ssl_policy : null
9696
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-
}
10097
}
10198

10299
# Attach EC2 instance(s) to target group(s)

0 commit comments

Comments
 (0)