Skip to content

Commit

Permalink
cert-manager wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent d104c0f commit 029768f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include "root" {
}

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 @@ -24,12 +24,11 @@ dependency "eks-istio" {

inputs = {
cluster_name = dependency.eks.inputs.cluster_name
contact_email = dependency.eks.inputs.creator
cluster_mailing_list = dependency.eks.inputs.creator
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = dependency.eks.inputs.profile
region = dependency.eks.inputs.region
cert_manager_version = "v1.15.1"
aws_privateca_issuer_version = "v1.3.0"
namespace = "cert-manager"
}

Expand Down

0 comments on commit 029768f

Please sign in to comment.