Skip to content

Commit

Permalink
use dns_name for aws_lb.lb
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2026
1 parent 8fceca9 commit 216067b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ locals {

data "aws_lb" "lb" {
count = local.is_gateway_active ? 1 : 0
name = var.istio_ingress_lb
name = var.istio_ingress_lb.dns_name
}

module "istio_ingress" {
Expand Down

0 comments on commit 216067b

Please sign in to comment.