Skip to content

Commit

Permalink
update order
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 5, 2024
1 parent 1dd9d63 commit 436020a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-grafana.git"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-grafana.git?ref=mcmCluster"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand Down
7 changes: 4 additions & 3 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ dependency "eks" {
config_path = "../eks"
}

# dependency "eks-cert-manager" {
# config_path = "../eks-cert-manager"
# }
dependency "eks-karpenter" {
config_path = "../eks-karpenter"
skip_outputs = true
}

inputs = {
profile = dependency.eks.inputs.profile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
# dependency "eks-config" {
# config_path = "../eks-config"
# }

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

inputs = {
profile = dependency.eks.inputs.profile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-loki" {
config_path = "../eks-loki"
dependency "eks-karpenter" {
config_path = "../eks-karpenter"
skip_outputs = true
}


inputs = {
profile = dependency.eks.inputs.profile
cluster_name = dependency.eks.inputs.cluster_name
Expand Down
5 changes: 4 additions & 1 deletion lab/us-gov-east-1/vpc/_mcmCluster/eks-tempo/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ terraform {
dependency "eks" {
config_path = "../eks"
}

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

0 comments on commit 436020a

Please sign in to comment.