mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: wrong was eks timeout content (tf doc is wrong) (#508)
This commit is contained in:
@@ -55,8 +55,9 @@ resource "aws_eks_cluster" "eks_cluster" {
|
||||
|
||||
# grow this value to reduce random AWS API timeouts
|
||||
timeouts {
|
||||
create = "60 minutes"
|
||||
update = "90 minutes"
|
||||
create = "60m"
|
||||
update = "90m"
|
||||
delete = "30m"
|
||||
}
|
||||
|
||||
depends_on = [
|
||||
|
||||
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.59.0"
|
||||
version = "~> 3.66.0"
|
||||
}
|
||||
external = {
|
||||
source = "hashicorp/external"
|
||||
|
||||
Reference in New Issue
Block a user