Skip to content

Commit

Permalink
add depends
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 10, 2024
1 parent 6705bb4 commit e644fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data "aws_vpc" "dummy_vpc" {
}

data "kubernetes_service" "istio_ingressgateway" {
count = local.is_gateway_active ? 1 : 0
depends_on = [aws_route53_zone.cluster_domain]
metadata {
name = "istio-ingressgateway"
namespace = var.istio_namespace
Expand Down

0 comments on commit e644fa3

Please sign in to comment.