-
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
rds_instance - fix idempotency when using non-lowercase for preferred_maintenance_window #516
rds_instance - fix idempotency when using non-lowercase for preferred_maintenance_window #516
Conversation
note: tests fail without #515 |
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.
only changelog needs link the the correct pr. otherwise LGTM
d7797de
to
6b89a47
Compare
6b89a47
to
713219b
Compare
Tests also need #531 for the full suite to run. |
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.
LGTM.
Thanks for the reviews @markuman @alinabuzachis |
…_maintenance_window (ansible-collections#516) * rds_instance - preferred_maintenance_window - force day of week into lowercase * add integration test * changelog
…_maintenance_window (ansible-collections#516) * rds_instance - preferred_maintenance_window - force day of week into lowercase * add integration test * changelog
…_maintenance_window (ansible-collections#516) * rds_instance - preferred_maintenance_window - force day of week into lowercase * add integration test * changelog
ec2_ami: Add check_mode support to ec2_ami SUMMARY Add check_mode support to ec2_ami. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_ami Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
…_maintenance_window (ansible-collections#516) * rds_instance - preferred_maintenance_window - force day of week into lowercase * add integration test * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@8fbfead
SUMMARY
Rather than relying on changing the docs (#310) force the day of the week into lowercase so that it matches what AWS returns.
ISSUE TYPE
COMPONENT NAME
rds_instance
ADDITIONAL INFORMATION