Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
drop name param on alb and alb-default-forward, use tags instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ketzacoatl committed Jul 8, 2020
1 parent b98b93b commit 71e59dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/alb-default-forward/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ resource "aws_lb_listener" "lb-listener" {
}

resource "aws_lb_target_group" "lb-tg" {
name = "${var.name_prefix}-tg"
port = var.service_port
protocol = "HTTP"
vpc_id = var.vpc_id
Expand Down
1 change: 0 additions & 1 deletion modules/alb/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resource "aws_lb" "alb" {
name = "${var.name_prefix}-alb"
internal = var.internal
load_balancer_type = "application"
security_groups = [aws_security_group.alb_sg.id]
Expand Down

0 comments on commit 71e59dd

Please sign in to comment.