From 7651d5c1fd3f76360e2fab1a01cf7ef8d0848b6c Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 30 Jul 2024 00:18:35 -0400 Subject: [PATCH] working --- .../vpc/_mcmCluster/eks-grafana/terragrunt.hcl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 }