Skip to content

Commit

Permalink
add skip_outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 19, 2024
1 parent a2eb6ad commit 93867e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lab/us-gov-east-1/vpc/mcmCluster/eks-loki/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ dependency "eks" {
}
dependency "eks-config" {
config_path = "../eks-config"
skip_outputs = true
}
dependency "eks-istio" {
config_path = "../eks-istio"
skip_outputs = true
}

inputs = {
Expand Down

0 comments on commit 93867e0

Please sign in to comment.