Skip to content

Commit

Permalink
fix: Add ALB Target Group Name (#389)
Browse files Browse the repository at this point in the history
Add ALB Target Group Name
  • Loading branch information
X-Guardian committed Dec 22, 2023
1 parent 437eabd commit 8e6599f
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 8e6599f

Please sign in to comment.