Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 17, 2025
1 parent b48734c commit 6d8f348
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# clustername must NOT include eks
# vpc_name must be full name (from variables.vpc.auto.tfcars)
# vpc_name must be full name (from variables.vpc.auto.tfvars)
# domain_name is removed

cluster_name = "{org}-{project}-{env}"
cluster_version = "1.31"
region = "us-gov-east-1"
region = "us-gov-east-1" ## set to proper region where this will be deployed
contact_email = "" ## enter valid @census.gov email for the customer's group contact list
domain = "NAME" ## set to correct domain if using a shared vpc
eks_instance_disk_size = 40
Expand Down

0 comments on commit 6d8f348

Please sign in to comment.