mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 03:11:06 +01:00
changing timeout (#736)
* change timeout * Update README.md Co-authored-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
@@ -189,7 +189,7 @@ variable "kubeconfig_name" {
|
||||
variable "cluster_create_timeout" {
|
||||
description = "Timeout value when creating the EKS cluster."
|
||||
type = string
|
||||
default = "15m"
|
||||
default = "30m"
|
||||
}
|
||||
|
||||
variable "cluster_delete_timeout" {
|
||||
|
||||
Reference in New Issue
Block a user