Skip to content

Commit

Permalink
add new cert method
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 23, 2024
1 parent cde7443 commit f59f7a8
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module "subordinate_ca" {
source = "git@github.e.it.census.gov:terraform-modules/aws-certificates//acmpca-eks-cert-manager"

cluster_name = var.cluster_name
contact_email = var.contact_email

tags = merge(
local.base_tags,
local.common_tags,
var.account_tags,
var.infrastructure_tags,
var.application_tags,
)
}

0 comments on commit f59f7a8

Please sign in to comment.