mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
docs: Removed vpc_id from nodegroup sub-module docs; removed in v19.x (#2398)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -12,7 +12,6 @@ module "eks_managed_node_group" {
|
||||
cluster_name = "my-cluster"
|
||||
cluster_version = "1.24"
|
||||
|
||||
vpc_id = "vpc-1234556abcdef"
|
||||
subnet_ids = ["subnet-abcde012", "subnet-bcde012a", "subnet-fghi345a"]
|
||||
|
||||
// The following variables are necessary if you decide to use the module outside of the parent EKS module context.
|
||||
|
||||
Reference in New Issue
Block a user