Skip to content

Commit

Permalink
Update modules/private_link/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Brooks <jsbroks@gmail.com>
  • Loading branch information
zacharyblasczyk and jsbroks authored Jan 29, 2024
1 parent df16f2c commit b236ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/private_link/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_lb" "nlb" {
enable_deletion_protection = var.deletion_protection
}

resource "aws_lb_target_group" "nlb_tg" {
resource "aws_lb_target_group" "nlb" {
name = "${var.namespace}-nlb-tg"
protocol = "TCP"
target_type = "alb"
Expand Down

0 comments on commit b236ffc

Please sign in to comment.