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

This commit is contained in:
Junaid Ali
2021-09-02 11:28:13 +01:00
committed by GitHub
parent 19ce95d7b6
commit bcea0708e6
5 changed files with 31 additions and 4 deletions

View File

@@ -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 = {