Skip to content

Commit

Permalink
Update terragrunt.hcl
Browse files Browse the repository at this point in the history
Updates for Youssef to test pipeline.
  • Loading branch information
mcgin314 authored and morga471 committed Sep 11, 2024
1 parent f70535f commit 266784f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 = {
Expand Down

0 comments on commit 266784f

Please sign in to comment.