Skip to content

Commit

Permalink
Use name_prefix in backendproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 22, 2024
1 parent 4c1bbc8 commit f52ef6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tf/modules/ooni_backendproxy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ resource "aws_autoscaling_group" "oonibackend_proxy" {
}

resource "aws_alb_target_group" "oonibackend_proxy" {
name = var.name
port = 80
protocol = "HTTP"
vpc_id = var.vpc_id
name_prefix = "oobpx"
port = 80
protocol = "HTTP"
vpc_id = var.vpc_id

tags = var.tags
}
Expand Down

0 comments on commit f52ef6e

Please sign in to comment.