-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for throughput parameter for gp3 volumes #1146
feat: Add support for throughput parameter for gp3 volumes #1146
Conversation
6d95c78
to
ae6c425
Compare
I guess this is the first PR after terraform 0.14 was released, so I had to format with 0.14 which changed a few files. The last commit contains only those formatting changes. |
AWS API wants a value between 125 and 1000.
Can you update the default to gp3 instead of gp2 so i can kill my merge? https://github.com/terraform-aws-modules/terraform-aws-eks/pull/1134/files |
Thanks @sidprak |
…erraform-aws-modules#1146)" This reverts commit 7d6e672.
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
Fixes #1130
Supporting the throughput setting in block device mapping for gp3 volumes.
Checklist