Skip to content

Commit

Permalink
sequential modules
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 1, 2024
1 parent baa8b6f commit 418faa3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../eks-config"
dependency "eks-cloudwatch" {
config_path = "../eks-cloudwatch"
}

inputs = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-loki" {
config_path = "../eks-loki"
dependency "eks-metrics-server" {
config_path = "../eks-metrics-server"
}

inputs = {
Expand Down
13 changes: 2 additions & 11 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,8 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../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"
dependency "eks-tempo" {
config_path = "../eks-tempo"
}

inputs = {
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 @@ -13,8 +13,8 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../eks-config"
dependency "eks-istio" {
config_path = "../eks-istio"
}

inputs = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ dependency "eks" {
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-loki" {
config_path = "../eks-loki"
}

inputs = {
profile = dependency.eks.inputs.profile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-loki" {
config_path = "../eks-loki"
}
Expand Down
7 changes: 1 addition & 6 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-tempo/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-loki" {
config_path = "../eks-loki"
}

dependency "eks-prometheus" {
config_path = "../eks-prometheus"
}
Expand Down

0 comments on commit 418faa3

Please sign in to comment.