mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 09:51:04 +01:00
feat: Added throughput support for root and EBS disks (#1445)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user