mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
feat: Add support for specifying conrol plane subnets separate from those used by node groups (data plane) (#2113)
This commit is contained in:
@@ -10,7 +10,7 @@ module "eks_managed_node_group" {
|
||||
|
||||
name = "separate-eks-mng"
|
||||
cluster_name = "my-cluster"
|
||||
cluster_version = "1.21"
|
||||
cluster_version = "1.22"
|
||||
|
||||
vpc_id = "vpc-1234556abcdef"
|
||||
subnet_ids = ["subnet-abcde012", "subnet-bcde012a", "subnet-fghi345a"]
|
||||
|
||||
Reference in New Issue
Block a user