Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 10, 2025
1 parent bf499a0 commit 1694ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}
}

0 comments on commit 1694ff2

Please sign in to comment.