Add throughput field for gp3 volumes to additional volumes with CF

This commit is contained in:
Ciprian Hacman 2021-01-21 11:26:45 +02:00
parent d18a02df73
commit 3b24a11b30
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ func (t *LaunchTemplate) RenderCloudformation(target *cloudformation.Cloudformat
DeleteOnTermination: fi.Bool(true),
IOPS: x.EbsVolumeIops,
VolumeSize: x.EbsVolumeSize,
Throughput: x.EbsVolumeThroughput,
VolumeType: x.EbsVolumeType,
Encrypted: x.EbsEncrypted,
KmsKeyID: x.EbsKmsKey,