Skip to content

Commit

Permalink
cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 18, 2024
1 parent d3a9b07 commit f9299c1
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
Expand Up @@ -19,5 +19,5 @@ dependency "eks" {
inputs = {
cluster_name = dependency.eks.inputs.cluster_name
profile = dependency.eks.inputs.profile
contact_email = "srinivasa.nangunuri@census.gov"
contact_email = dependency.eks.inputs.creator
}
3 changes: 3 additions & 0 deletions lab/us-gov-east-1/vpc/mcmCluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ locals {
cluster_endpoint_public_access = true
profile = "224384469011-lab-dev-gov"
region = local.region_vars.locals.aws_region
cluster_mailing_list = "matthew.c.morgan@census.gov"

# Tags applied to AWS objects created
tags = {
"Environment" = "dev"
Expand Down Expand Up @@ -75,4 +77,5 @@ inputs = {
aws_auth_roles = local.aws_auth_roles
domain = local.domain
region = local.region
creator = local.cluster_mailing_list
}

0 comments on commit f9299c1

Please sign in to comment.