Skip to content

Commit

Permalink
add combo
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 24, 2024
1 parent 2dee0af commit 8416ece
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/combo/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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"
}

0 comments on commit 8416ece

Please sign in to comment.