Skip to content

Commit

Permalink
Update load_balancing.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Feb 9, 2024
1 parent a7419b6 commit a338902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "aws_lb_listener_rule" "alb" {
# NLB for service interconnectivity

resource "aws_lb" "delius_microservices" {
name = "delius-microservices"
name = "${var.name}-service-nlb"
internal = true
load_balancer_type = "network"
security_groups = [aws_security_group.delius_microservices_service_nlb.id]
Expand Down

0 comments on commit a338902

Please sign in to comment.