mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 10:51:06 +01:00
feat: Add var.wait_for_cluster_timeout to allow configuring the wait for cluster timeout (#1420)
This commit is contained in:
@@ -387,3 +387,9 @@ variable "workers_egress_cidrs" {
|
||||
type = list(string)
|
||||
default = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
variable "wait_for_cluster_timeout" {
|
||||
description = "A timeout (in seconds) to wait for cluster to be available."
|
||||
type = number
|
||||
default = 300
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user