diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl index ddb2a75..289a888 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl @@ -15,12 +15,18 @@ dependency "eks-config" { dependency "eks-loki" { config_path = "../eks-loki" } +dependency "eks-istio" { + config_path = "../eks-istio" +} +dependency "eks-cert-manager" { + config_path = "../eks-cert-manager" +} inputs = { profile = dependency.eks.inputs.profile cluster_name = dependency.eks.inputs.cluster_name region = dependency.eks.inputs.region - cluster_domain = dependency.eks.inputs.domain + cluster_domain = dependency.eks.inputs.vpc_domain_name # datasources = dependency.eks-loki.outputs.gateway_internal_endpoint rwo_storage_class = dependency.eks-loki.outputs.rwo_storage_class }