feat: Ability to specify cluster update timeout (#1588)

This commit is contained in:
Marco Kilchhofer
2021-09-17 16:45:49 +02:00
committed by GitHub
parent 926af35595
commit 46f16d6ae8
3 changed files with 8 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ resource "aws_eks_cluster" "this" {
timeouts {
create = var.cluster_create_timeout
delete = var.cluster_delete_timeout
update = var.cluster_update_timeout
}
depends_on = [