Skip to content

Commit

Permalink
Add ALB Target Group Name
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Dec 22, 2023
1 parent 437eabd commit a94cde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module "alb" {
target_groups = merge(
{
atlantis = {
name = var.name
protocol = "HTTP"
port = local.atlantis_port
create_attachment = false
Expand Down

0 comments on commit a94cde1

Please sign in to comment.