1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

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
+1
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 = [