mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 00:49:06 +01:00
feat: Add support for enabling addons before data plane compute is created (#2478)
This commit is contained in:
@@ -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
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user