From 266784f7018818c345cabc6c94a2e21a7f6902b3 Mon Sep 17 00:00:00 2001 From: Luther Coleman McGinty Date: Fri, 6 Sep 2024 11:15:14 -0400 Subject: [PATCH] Update terragrunt.hcl Updates for Youssef to test pipeline. --- lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl index 341232b..bc5351f 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl @@ -9,7 +9,7 @@ locals { # In which AWS region are operations being performed account_id = local.account_vars.locals.aws_account_id vpc_name = "vpc3-lab-dev" - cluster_name = "platform-eng-eks-mcm" + cluster_name = "platform-eng-ci-cd" cluster_version = "1.30" vpc_domain_name = "dev.lab.csp2.census.gov" eks_instance_disk_size = 100 @@ -22,7 +22,7 @@ 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" + cluster_mailing_list = "ahmed.m.youssef@census.gov" # Tags applied to AWS objects created tags = {