From 2dee0af3a49e4e21a3855a862ce6f596c271c121 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 23 Jul 2024 20:13:20 -0400 Subject: [PATCH] works --- .../vpc/_mcmCluster/eks-grafana/terragrunt.hcl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 ea0af1d..571b345 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 @@ -12,9 +12,6 @@ dependency "eks" { dependency "eks-config" { config_path = "../eks-config" } -dependency "eks-cert-manager" { - config_path = "../eks-cert-manager" -} dependency "eks-loki" { config_path = "../eks-loki" } @@ -24,13 +21,12 @@ inputs = { cluster_name = dependency.eks.inputs.cluster_name region = dependency.eks.inputs.region cluster_domain = dependency.eks.inputs.domain - certificate_issuer = dependency.eks-cert-manager.outputs.certificate_issuer - datasources = dependency.eks-loki.outputs.gateway_internal_endpoint + # datasources = dependency.eks-loki.outputs.gateway_internal_endpoint rwo_storage_class = dependency.eks-loki.outputs.rwo_storage_class } generate "provider-eks" { - path = "provider.tf" + path = "provider-eks.tf" if_exists = "overwrite_terragrunt" contents = <