Skip to content
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

aws_rds_instance - update to support modify, and wait for create #523

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

keen99
Copy link
Contributor

@keen99 keen99 commented Feb 7, 2017

TODO:

  • merge master and update to support restore from snapshot functionality.
  • update documentation
  • include examples

Incomplete due to changes in master, but otherwise working for me in an older fork.

Previously, rds was create-only, no modifications would apply. this adds logic to handle update. Also added options around waiting for update/create/delete to complete, and logic to wait for create.

Note that updates (modify) are -always- run on every convergence, because we cannot sanely compare current to desired state. In reality, this means that the master password is 'updated' every run - but no other state changes actually apply unless they need to.

Users will definitely want to review their additional_options( apply_immediately: ... ) state - this defaults to applying during the maint window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant