Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 29, 2024
1 parent 02c6c34 commit c47db27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lab/account.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ locals {
aws_account_id = "224384469011"
environment = "development"
aws_profile = "224384469011-lab-dev-gov"
domain_name = "dev.lab.csp2.census.gov"
vpc_domain_name = "dev.lab.csp2.census.gov"
}
5 changes: 3 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 {
vpc_name = "vpc3-lab-dev"
cluster_name = "platform-eng-eks-mcm"
cluster_version = "1.30"
domain = "dev.lab.csp2.census.gov"
vpc_domain_name = "dev.lab.csp2.census.gov"
eks_instance_disk_size = 100
eks_vpc_name = "vpc3-lab-dev"
eks_ng_desired_size = 3
Expand Down Expand Up @@ -75,7 +75,8 @@ inputs = {
cluster_endpoint_public_access = local.cluster_endpoint_public_access
tags = local.tags
aws_auth_roles = local.aws_auth_roles
domain = local.domain
vcp_domain_name = local.vpc_domain_name
region = local.region
creator = local.cluster_mailing_list
os_username = local.cluster_mailing_list
}

0 comments on commit c47db27

Please sign in to comment.