mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 10:21:08 +01:00
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:
committed by
GitHub
parent
84e7308c6d
commit
7898da2ff7
@@ -8,7 +8,7 @@ terraform {
|
||||
kubernetes = ">= 1.11.1"
|
||||
http = {
|
||||
source = "terraform-aws-modules/http"
|
||||
version = ">= 2.4.0"
|
||||
version = ">= 2.4.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user