mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: grow default AWS timeout to reduce random AWS issues (#507)
This commit is contained in:
@@ -53,6 +53,12 @@ resource "aws_eks_cluster" "eks_cluster" {
|
||||
|
||||
tags = local.tags_eks
|
||||
|
||||
# grow this value to reduce random AWS API timeouts
|
||||
timeouts {
|
||||
create = "60 minutes"
|
||||
update = "90 minutes"
|
||||
}
|
||||
|
||||
depends_on = [
|
||||
aws_iam_role_policy_attachment.eks_cluster_AmazonEKSClusterPolicy,
|
||||
aws_iam_role_policy_attachment.eks_cluster_AmazonEKSServicePolicy,
|
||||
|
||||
Reference in New Issue
Block a user