mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 17:09:04 +01:00
feat: Add support for throughput parameter for gp3 volumes (#1146)
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
||||
required_version = ">= 0.12.9, != 0.13.0"
|
||||
|
||||
required_providers {
|
||||
aws = ">= 3.3.0"
|
||||
aws = ">= 3.21.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
template = ">= 2.1"
|
||||
|
||||
Reference in New Issue
Block a user