Skip to content

Commit

Permalink
Add correct lifecycle rule to backendproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 22, 2024
1 parent f52ef6e commit a27ca88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf/modules/ooni_backendproxy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ resource "aws_alb_target_group" "oonibackend_proxy" {
protocol = "HTTP"
vpc_id = var.vpc_id

lifecycle {
create_before_destroy = true
}

tags = var.tags
}

Expand Down

0 comments on commit a27ca88

Please sign in to comment.