feat: Add timeout of 5mn when waiting for cluster (#1359)

This commit is contained in:
Thierno IB. BARRY
2021-05-17 14:10:33 +02:00
committed by GitHub
parent 5cbbe80302
commit 19e6be9df3
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ terraform {
kubernetes = ">= 1.11.1"
http = {
source = "terraform-aws-modules/http"
version = ">= 2.2.0"
version = ">= 2.3.0"
}
}
}