diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/combo/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/combo/terragrunt.hcl deleted file mode 100644 index ce997ee..0000000 --- a/lab/us-gov-east-1/vpc/_mcmCluster/combo/terragrunt.hcl +++ /dev/null @@ -1,26 +0,0 @@ -include "root" { - path = find_in_parent_folders() - expose = true -} - -dependency "eks" { - config_path = "../eks" -} -dependency "eks-config" { - config_path = "../eks-config" -} -dependency "eks-istio" { - config_path = "../eks-istio" -} -dependency "eks-cert-manager" { - config_path = "../eks-cert-manager" -} -dependency "eks-loki" { - config_path = "../eks-loki" -} -dependency "eks-prometheus" { - config_path = "../eks-prometheus" -} -dependency "eks-grafana" { - config_path = "../eks-grafana" -}