From 65fd7b9b08ac22ffb8e95ad176bd0b127257125e Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 10 Oct 2024 01:37:20 -0400 Subject: [PATCH] istio deps --- .../vpc/platform-eng-eks-mcm/eks-dns/terragrunt.hcl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-dns/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-dns/terragrunt.hcl index 17923b6..5809fe2 100644 --- a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-dns/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-dns/terragrunt.hcl @@ -19,8 +19,16 @@ dependency "eks" { } } +dependency "istio" { + config_path = "../eks-istio" + mock_outputs = { + istio_namespace = "istio-namespace" + } +} + inputs = { cluster_name = dependency.eks.inputs.cluster_name + istio_namespace = dependency.istio.outputs.istio_namespace profile = include.root.inputs.aws_profile region = include.root.inputs.aws_region subnets = dependency.eks.outputs.subnets