Skip to content

Commit

Permalink
different repo
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent d8d2ecd commit 3fededb
Showing 1 changed file with 2 additions and 2 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-cert-manager.git"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-cert-mgr.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand All @@ -21,7 +21,7 @@ dependency "eks-istio" {
inputs = {
cluster_name = dependency.eks.inputs.cluster_name
profile = dependency.eks.inputs.profile
contact_email = dependency.eks.inputs.creator
# contact_email = dependency.eks.inputs.creator
region = dependency.eks.inputs.region
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
}
Expand Down

0 comments on commit 3fededb

Please sign in to comment.