From 1694ff2abd5271962c65bf1a8798c15cfdcd0af9 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 10 Sep 2025 14:09:19 -0700 Subject: [PATCH] Update main.tf --- examples/basic/main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/basic/main.tf b/examples/basic/main.tf index 471dfb5..661dce4 100644 --- a/examples/basic/main.tf +++ b/examples/basic/main.tf @@ -35,10 +35,10 @@ module "eks_deployment" { aws_account_id = "229685449397" environment_abbr = "dev" aws_profile = "default" - vpc_name = "dev-vpc" - vpc_domain_name = "dev.example.com" + vpc_name = "vpc2-csvd-dev" + vpc_domain_name = "dev.inf.csp1.census.gov" cluster_name = "dev-eks-01" - cluster_mailing_list = "team@example.com" + cluster_mailing_list = "david.j.arnold.jr@census.gov" eks_instance_disk_size = 100 eks_ng_desired_size = 3 eks_ng_max_size = 6 @@ -69,4 +69,4 @@ output "repository_url" { output "ssh_clone_url" { description = "SSH clone URL of the repository" value = module.eks_deployment.ssh_clone_url -} \ No newline at end of file +}