Skip to content

Commit

Permalink
Update input provider name
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Dec 12, 2024
1 parent 6afcc3a commit 57a423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ingress/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "alb" {
# TODO: update ref when merged into main
providers = { aws.cluster = aws.cluster, aws.route53 = aws.route53 }
providers = { aws.alb = aws.cluster, aws.route53 = aws.route53 }
source = "github.com/thoughtbot/terraform-alb-ingress?ref=v0.7.0"

alarm_actions = var.alarm_actions
Expand Down

0 comments on commit 57a423a

Please sign in to comment.