-
Notifications
You must be signed in to change notification settings - Fork 398
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
ec2_launch_template: Add option to define custom throughput #1955
Conversation
Build failed.
|
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 31s (non-voting) |
@KamilBlaz thank you very much for your contribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KamilBlaz Thank you for taking time to work on this new feature. Can you please add a changelog fragment https://docs.ansible.com/ansible/latest/community/development_process.html#creating-a-changelog-fragment for this functionality and cover with integration/unit tests?
description: > | ||
The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s. | ||
Valid Range - Minimum value of 125. Maximum value of 1000. | ||
type: int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add version_added: 8.1.0
@KamilBlaz Thanks for your contribution. Since the PR has not been updated and we are preparing the migration of this module, I have integrate the following changes into the PR #2164 |
SUMMARY
Fixes #1944
Add throughput option to ec2_launch_template module in section block_device_mappings
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION