Skip to content

Commit

Permalink
new groups
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 7, 2024
1 parent 4670138 commit 5b579c0
Show file tree
Hide file tree
Showing 6 changed files with 15,171 additions and 7 deletions.
3,643 changes: 3,643 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/apply.log

Large diffs are not rendered by default.

11,519 changes: 11,519 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/destroy.log

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
# dependency "eks-metrics-server" {
# config_path = "../eks-metrics-server"
# }

inputs = {
cluster_name = dependency.eks.inputs.cluster_name
Expand Down
5 changes: 5 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ dependency "eks-config" {
config_path = "../eks-config"
}

dependency "eks-istio" {
config_path = "../eks-istio"
skip_outputs = true
}

dependency "eks-karpenter" {
config_path = "../eks-karpenter"
skip_outputs = true
Expand Down
4 changes: 2 additions & 2 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-loki/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependency "eks" {
config_path = "../eks"
}

dependency "eks-karpenter" {
config_path = "../eks-karpenter"
dependency "eks-grafana" {
config_path = "../eks-grafana"
skip_outputs = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-karpenter" {
config_path = "../eks-karpenter"
dependency "eks-grafana" {
config_path = "../eks-grafana"
skip_outputs = true
}

Expand Down

0 comments on commit 5b579c0

Please sign in to comment.