From 7df2ccd12e3987b7146e6b71a0a62705508374fd Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 10 Sep 2025 17:19:18 -0400 Subject: [PATCH] Update EKS deployment configuration: change region to us-gov-east-1 and update VPC name to vpc3-csvd-dev --- examples/basic/.terraform_commits | 12 ++++++++++++ examples/basic/main.tf | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/examples/basic/.terraform_commits b/examples/basic/.terraform_commits index 8a830fb..5b4199e 100644 --- a/examples/basic/.terraform_commits +++ b/examples/basic/.terraform_commits @@ -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" } ] \ No newline at end of file diff --git a/examples/basic/main.tf b/examples/basic/main.tf index 661dce4..76c0e02 100644 --- a/examples/basic/main.tf +++ b/examples/basic/main.tf @@ -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 @@ -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"