Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 22, 2024
1 parent 730f0ba commit 3a60bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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-cert-mgr.git"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-cert-manager.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand Down
3 changes: 3 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 @@ -12,6 +12,9 @@ dependency "eks" {
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-cert-manager" {
config_path = "../eks-cert-manager"
}

inputs = {
profile = dependency.eks.inputs.profile
Expand Down

0 comments on commit 3a60bec

Please sign in to comment.