mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Add timeout of 5mn when waiting for cluster (#1359)
This commit is contained in:
committed by
GitHub
parent
5cbbe80302
commit
19e6be9df3
+1
-1
@@ -8,7 +8,7 @@ terraform {
|
||||
kubernetes = ">= 1.11.1"
|
||||
http = {
|
||||
source = "terraform-aws-modules/http"
|
||||
version = ">= 2.2.0"
|
||||
version = ">= 2.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user