-
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
DMS - Replication task - Allow date usage on cdc_start_time parameter #31917
DMS - Replication task - Allow date usage on cdc_start_time parameter #31917
Conversation
…nix-values' of github.com:jeremychauvet/terraform-provider-aws into b-19801-dms-replication-task-cdc-start-time-allow-non-unix-values
Community NoteVoting for Prioritization
For Submitters
|
Thanks for the PR, @jeremychauvet. We could get around the breaking change by accepting either the existing Unix timestamp or an RFC 3339 date. The validation function |
Thanks for the feedback @gdavison 🙏🏼 |
Code updated, added new tests to match it:
|
PR ready for review ✅ |
@jeremychauvet 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. |
Description
This merge request introduce support of RFC3339 format date (eg:
2023-06-09T18:27:12Z
) for the parametercdc_start_time
.This is also the required format when creating a replication task (see
--cdc-start-time
) using the AWS CLI v2.Relations
Closes #19801
References
Output from Acceptance Testing
Unix timestamp
RFC3339 date