Skip to content

Commit

Permalink
Update EKS deployment configuration: change region to us-gov-east-1 a…
Browse files Browse the repository at this point in the history
…nd update VPC name to vpc3-csvd-dev
  • Loading branch information
Your Name committed Sep 10, 2025
1 parent 1694ff2 commit 7df2ccd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions examples/basic/.terraform_commits
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,17 @@
"commit_message": "Refactor README and ROADMAP for clarity; update Terraform configurations and remove deprecated variables",
"author": "Your Name",
"timestamp": "2025-09-10T15:25:49.548237"
},
{
"commit_hash": "1694ff2abd5271962c65bf1a8798c15cfdcd0af9",
"commit_message": "Update main.tf",
"author": "David John Arnold Jr",
"timestamp": "2025-09-10T17:11:02.705468"
},
{
"commit_hash": "1694ff2abd5271962c65bf1a8798c15cfdcd0af9",
"commit_message": "Update main.tf",
"author": "David John Arnold Jr",
"timestamp": "2025-09-10T17:17:55.685167"
}
]
4 changes: 2 additions & 2 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "eks_deployment" {
# Basic settings
organization = "SCT-Engineering"
environment = "dev"
region = "us-gov-west-1"
region = "us-gov-east-1"
github_server_url = "https://github.e.it.census.gov"

# Cluster configuration
Expand All @@ -35,7 +35,7 @@ module "eks_deployment" {
aws_account_id = "229685449397"
environment_abbr = "dev"
aws_profile = "default"
vpc_name = "vpc2-csvd-dev"
vpc_name = "vpc3-csvd-dev"
vpc_domain_name = "dev.inf.csp1.census.gov"
cluster_name = "dev-eks-01"
cluster_mailing_list = "david.j.arnold.jr@census.gov"
Expand Down

0 comments on commit 7df2ccd

Please sign in to comment.