feat: Add support for specifying conrol plane subnets separate from those used by node groups (data plane) (#2113)

This commit is contained in:
Bryant Biggs
2022-06-18 17:52:30 -04:00
committed by GitHub
parent d10b173a2d
commit ebc91bcd37
12 changed files with 30 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ module "eks" {
source = "terraform-aws-modules/eks/aws"
cluster_name = "example"
cluster_version = "1.21"
cluster_version = "1.22"
cluster_addons = {
vpc-cni = {