Skip to content

Commit

Permalink
update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 22, 2025
1 parent 564dfcc commit ba67c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions input_vars.hcl
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
locals {
account_name = "lab-dev-ew"
aws_account_id = "224384469011"
aws_profile = "224384469011-lab-dev-gov"
aws_region = "us-gov-east-1"
cluster_endpoint_public_access = true
cluster_mailing_list = "matthew.c.morgan@census.gov"
cluster_name = "platform-eng-eks-mcm"
cluster_name = "csvd-platform-lab-mcm"
eks_instance_disk_size = 100
eks_ng_desired_size = 2
eks_ng_max_size = 10
eks_ng_min_size = 2
enable_cluster_creator_admin_permissions = true
environment = "development"
environment_abbr = "dev"
organization = "census:ocio:csvd"
Expand Down
2 changes: 1 addition & 1 deletion lab/development/account.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
locals {
account_name = "lab-dev-ew"
aws_account_id = "224384469011"
aws_profile = "224384469011-lab-dev-gov"
aws_profile = "${local.aws_account_id}-${local.account_name}"
environment = "development"
environment_abbr = "dev"
}

0 comments on commit ba67c9e

Please sign in to comment.