diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl index 615d977..b4bfd4c 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl @@ -16,6 +16,9 @@ dependency "eks" { dependency "eks-config" { config_path = "../eks-config" } +dependency "eks-cert-manager" { + config_path = "../eks-cert-manager" +} inputs = { profile = dependency.eks.inputs.profile