Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 24, 2024
1 parent a43622e commit 2dee0af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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 = <<EOF
data "aws_eks_cluster" "cluster" {
Expand Down

0 comments on commit 2dee0af

Please sign in to comment.