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:
benjaminstokes
2023-01-28 07:57:41 -05:00
committed by GitHub
parent 26c2dffa91
commit 8f0d94bc42
2 changed files with 1 additions and 2 deletions

View File

@@ -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.