Skip to content

Commit

Permalink
fix: Correct ALB atlantis target group protocol and port arguments (#375
Browse files Browse the repository at this point in the history
)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
pmorillas-apheris and bryantbiggs committed Nov 30, 2023
1 parent 5dedfb1 commit cc3e2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ module "alb" {
target_groups = merge(
{
atlantis = {
backend_protocol = "HTTP"
backend_port = local.atlantis_port
protocol = "HTTP"
port = local.atlantis_port
create_attachment = false
target_type = "ip"
deregistration_delay = 10
Expand Down

0 comments on commit cc3e2c2

Please sign in to comment.