changing timeout (#736)

* change timeout

* Update README.md

Co-authored-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
Igor Konforti
2020-02-27 11:41:41 +01:00
committed by GitHub
parent dda244994d
commit da53b5cab3
3 changed files with 3 additions and 2 deletions

View File

@@ -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" {