feat: Add support for throughput parameter for gp3 volumes (#1146)

This commit is contained in:
Siddarth Prakash
2020-12-22 10:26:47 -05:00
committed by GitHub
parent ccacc17792
commit 7d6e672303
4 changed files with 14 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ locals {
root_volume_size = "100" # root volume size of workers instances.
root_volume_type = "gp2" # root volume type of workers instances, can be 'standard', 'gp2', or 'io1'
root_iops = "0" # The amount of provisioned IOPS. This must be set with a volume_type of "io1".
root_volume_throughput = null # The amount of throughput to provision for a gp3 volume.
key_name = "" # The key pair name that should be used for the instances in the autoscaling group
pre_userdata = "" # userdata to pre-append to the default userdata.
userdata_template_file = "" # alternate template to use for userdata