Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added throughput support for root and EBS disks #1445

Merged
Prev Previous commit
Next Next commit
Update minimum AWS terraform provider version to 3.44.0
junaid-ali committed Jun 15, 2021
commit 80698ff0ab1ed96576e1b8e0a3b2736a91fc7d8d
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.13.1"

required_providers {
aws = ">= 3.40.0"
aws = ">= 3.44.0"
local = ">= 1.4"
kubernetes = ">= 1.11.1"
http = {