-
Notifications
You must be signed in to change notification settings - Fork 348
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
rds_cluster: add support for ServerlessV2ScalingConfiguration #1839
rds_cluster: add support for ServerlessV2ScalingConfiguration #1839
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
This comment was marked as outdated.
This comment was marked as outdated.
8676c69
to
3b898e6
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
This comment was marked as off-topic.
This comment was marked as off-topic.
7bfe13f
to
336a54b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
336a54b
to
88f4aa7
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 10m 28s |
88f4aa7
to
8616042
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 08s |
a8fe35a
to
fd38026
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 01s |
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.
Is there anything else to be updated in the RETURN block once this option is used?
fd38026
to
e1f40b0
Compare
added return block for |
@@ -690,6 +708,14 @@ | |||
returned: always | |||
type: str | |||
sample: rds-cluster-demo.cluster-ro-cvlrtwiennww.us-east-1.rds.amazonaws.com | |||
serverless_v2_scaling_configuration: |
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: 7.2.0
here too.
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 49s |
ead3703
to
71c100c
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 9m 32s |
71c100c
to
310e4bf
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 35s |
310e4bf
to
d157e54
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 03s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 41s |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #1943 🤖 @patchback |
rds_cluster: add support for ServerlessV2ScalingConfiguration SUMMARY Fixes #1476 Add support for ServerlessV2ScalingConfiguration in create_db_cluster and modify_db_cluster https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html ISSUE TYPE Feature Pull Request COMPONENT NAME rds_cluster ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: GomathiselviS (cherry picked from commit ee3cd0b)
…#1943) [PR #1839/ee3cd0be backport][stable-7] rds_cluster: add support for ServerlessV2ScalingConfiguration This is a backport of PR #1839 as merged into main (ee3cd0b). SUMMARY Fixes #1476 Add support for ServerlessV2ScalingConfiguration in create_db_cluster and modify_db_cluster https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html ISSUE TYPE Feature Pull Request COMPONENT NAME rds_cluster ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
SUMMARY
Fixes #1476
Add support for ServerlessV2ScalingConfiguration in create_db_cluster and modify_db_cluster
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
ISSUE TYPE
COMPONENT NAME
rds_cluster
ADDITIONAL INFORMATION