Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 36cc06e commit 7651d5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7651d5c

Please sign in to comment.