terraform.aws-baseline-infra/examples/eks-lab/network
2023-02-21 12:26:31 +08:00
..
.terraform NEW: EKS sample code 2023-02-21 12:26:31 +08:00
.terraform.lock.hcl NEW: EKS sample code 2023-02-21 12:26:31 +08:00
locals.tf NEW: EKS sample code 2023-02-21 12:26:31 +08:00
main.tf NEW: EKS sample code 2023-02-21 12:26:31 +08:00
outputs.tf NEW: EKS sample code 2023-02-21 12:26:31 +08:00
provider.tf NEW: EKS sample code 2023-02-21 12:26:31 +08:00
README.md NEW: EKS sample code 2023-02-21 12:26:31 +08:00
terraform.tfstate NEW: EKS sample code 2023-02-21 12:26:31 +08:00
terraform.tfstate.backup NEW: EKS sample code 2023-02-21 12:26:31 +08:00
terraform.tfvars NEW: EKS sample code 2023-02-21 12:26:31 +08:00
variables.tf NEW: EKS sample code 2023-02-21 12:26:31 +08:00

eks-lab/network

This module creates the following resources

  • VPC
  • Public and private subnets
  • NAT gateway

A secondary CIDR range is added to the VPC. Later on in the EKS layer, EKS will be configured to use the secondary CIDR. See https://aws.amazon.com/premiumsupport/knowledge-center/eks-multiple-cidr-ranges/