mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 14:33:08 +02:00
feat: Add support for specifying conrol plane subnets separate from those used by node groups (data plane) (#2113)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user