-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Support source_db_instance_automated_backups_arn
parameter in restore_to_point_in_time
block
#398
Conversation
we'll need to bump the minimum supported version of the AWS provider for this change as well |
@bryantbiggs Provider version looks okay ( |
It has to be bumped to |
@bryantbiggs you're right, my mistake. |
@comutrex FYI - just bump it consistently across the modules and examples as well, and ensure you run |
@bryantbiggs AWS provider version bumped. |
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.
Thank you @comutrex !
## [4.3.0](v4.2.0...v4.3.0) (2022-04-27) ### Features * Support `source_db_instance_automated_backups_arn` parameter in `restore_to_point_in_time` block ([#398](#398)) ([559e6b1](559e6b1))
This PR is included in version 4.3.0 🎉 |
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. |
Description
This adds
source_db_instance_automated_backups_arn
parameter to therestore_to_point_in_time
block inaws_db_instance
resource.Motivation and Context
Ability to use feature added in hashicorp/terraform-provider-aws#23086
Closes #397
Breaking Changes
None
How Has This Been Tested?
examples/*
projects