Skip to content

Commit

Permalink
Update ingress module to use alb module with backward compatible updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Dec 12, 2024
1 parent 57a423a commit 243ee1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/ingress/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "alb" {
# TODO: update ref when merged into main
providers = { aws.alb = aws.cluster, aws.route53 = aws.route53 }
source = "github.com/thoughtbot/terraform-alb-ingress?ref=v0.7.0"
providers = { aws.cluster = aws.cluster, aws.route53 = aws.route53 }
source = "github.com/thoughtbot/terraform-alb-ingress?ref=v0.5.2"

alarm_actions = var.alarm_actions
alarm_evaluation_minutes = var.alarm_evaluation_minutes
Expand Down

0 comments on commit 243ee1c

Please sign in to comment.