Skip to content

Commit

Permalink
include
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent aa3eb17 commit 053a29c
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include "root" {
path = find_in_parent_folders()
}

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 All @@ -22,8 +26,10 @@ inputs = {
cluster_name = dependency.eks.inputs.cluster_name
profile = dependency.eks.inputs.profile
contact_email = dependency.eks.inputs.creator
region = dependency.eks.inputs.region
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
cert_manager_version = "v1.15.1"
aws_privateca_issuer_version = "v1.3.0"
namespace = "cert-manager"
}

generate "provider-eks" {
Expand Down

0 comments on commit 053a29c

Please sign in to comment.