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 = { diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl index 7f985d7..b26d8c1 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl @@ -16,50 +16,52 @@ locals { # Extract the variables we need for easy access account_id = local.account_vars.locals.aws_account_id account_name = local.account_vars.locals.account_name - creator = "matthew.c.morgan@census.gov" + creator = "ahmed.m.youssef@census.gov" organization = "census:ocio:csvd" profile = "224384469011-lab-dev-gov" project_name = "csvd_platformbaseline" project_number = "fs0000000078" - project_role = "csvd_platformbaseline_mcm" + project_role = "csvd_platformbaseline_cicd" region = local.region_vars.locals.aws_region + state_bucket_prefix = "inf-tfstate" + state_table_name = "tf_remote_state" } generate "provider" { path = "provider.tf" if_exists = "overwrite_terragrunt" contents = <