-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add replication time control #11337
Add replication time control #11337
Conversation
Any update on this? I see there is a conflict on this PR, if it's resolved, can it be looked into? Thanks! |
need to put this prefix in place if it's defined trying to fix some tests cleanup
fixed the merge conflicts that existed and updated some other linting issues that were found in the additions. |
Since this requires changes to replication configuration, should also include the new ability to replicate delete markers. |
What is the holdup on this? This is a feature that has been available for over a year and yet can't use terraform to implement it. Please follow up on this. |
@bflad, Could you please have a look at this PR? It would be nice to have this feature added to terraform aws provider. Thanks! |
@bflad, Could you please have a look at this PR? It would be useful to have this feature added to terraform aws provider. Thanks! |
@bflad, any updates on this? Would be great to have this merged! |
@bflad, Could you please have a look at this PR? It would be useful to have this feature added to terraform aws provider. Thanks! |
Hey @rebrowning, great work on this PR! I can confirm that it works. What do you think about removing the magic handling of the |
This would be a great feature to have as part of the AWS provider. Not doing too much replication yet so manually toggling these options isn't too bad, but I can't imagine a scalable solution without this. Thanks for taking the time to work on this @rebrowning and to all reviewers @bflad. |
What is the hold up on this feature?!? |
Any updates on this? It would be great to have this feature up as soon as possible. Thanks! |
Hello! Any updates on this? Would be extremely useful to have the PR merged and the functionality available? |
Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding. Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author. For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000. For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide. |
This functionality has been implemented via #21176 and released in v3.64.0 of the Terraform AWS Provider. |
@rebrowning Thanks for the contribution 🎉 👏. |
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. |
Community Note
Relates #10974
Release note for CHANGELOG:
Output from acceptance testing:
EDIT: I've added logic so that you don't have to specify a filter alongside RTC in order to use the v2 api