1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Bump terraform-aws-modules/http provider version to support darwin arm64 release (#1369)

This commit is contained in:
Thierno IB. BARRY
2021-05-19 00:04:24 +02:00
committed by GitHub
parent acbf51c333
commit 91545abd75
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ terraform {
kubernetes = ">= 1.11.1"
http = {
source = "terraform-aws-modules/http"
version = ">= 2.3.0"
version = ">= 2.4.0"
}
}
}