hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
656 stars 465 forks source link

Support gp3 for vault-cluster storage #251

Open shmargum opened 2 years ago

shmargum commented 2 years ago

The docs indicate support for only up to gp2, and in the implementation I could find that certain gp3 options are not available to configure such as IOPS and Throughput, example: https://github.com/hashicorp/terraform-aws-vault/blob/master/modules/vault-cluster/main.tf#L136-L140