fix: Bump terraform-provider-http required version to 2.4.1 to avoid TLS Cert Pool issue on Windows (#1387)

This commit is contained in:
Thierno IB. BARRY
2021-05-24 21:54:28 +02:00
committed by GitHub
parent 84e7308c6d
commit 7898da2ff7
2 changed files with 3 additions and 3 deletions

View File

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