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

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"
}
}
}