feat: Add support for enabling addons before data plane compute is created (#2478)

This commit is contained in:
Bryant Biggs
2023-02-17 07:28:03 -05:00
committed by GitHub
parent f7c25705de
commit 78027f37e4
7 changed files with 71 additions and 13 deletions

View File

@@ -460,6 +460,12 @@ variable "cluster_encryption_policy_tags" {
default = {}
}
variable "dataplane_wait_duration" {
description = "Duration to wait after the EKS cluster has become active before creating the dataplane components (EKS managed nodegroup(s), self-managed nodegroup(s), Fargate profile(s))"
type = string
default = "30s"
}
################################################################################
# EKS Addons
################################################################################