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 +}