-
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
r/db_snapshot - add support for sharing snapshots #28424
Conversation
Community NoteVoting for Prioritization
For Submitters
|
16b5148
to
90c58db
Compare
755a600
to
215b1dc
Compare
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 🚀.
% make testacc TESTARGS='-run=TestAccRDSSnapshot_\|TestAccRDSSnapshotCopy_' PKG=rds ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSSnapshot_\|TestAccRDSSnapshotCopy_ -timeout 180m
=== RUN TestAccRDSSnapshotCopy_basic
=== PAUSE TestAccRDSSnapshotCopy_basic
=== RUN TestAccRDSSnapshotCopy_tags
=== PAUSE TestAccRDSSnapshotCopy_tags
=== RUN TestAccRDSSnapshotCopy_disappears
=== PAUSE TestAccRDSSnapshotCopy_disappears
=== RUN TestAccRDSSnapshot_basic
=== PAUSE TestAccRDSSnapshot_basic
=== RUN TestAccRDSSnapshot_share
=== PAUSE TestAccRDSSnapshot_share
=== RUN TestAccRDSSnapshot_tags
=== PAUSE TestAccRDSSnapshot_tags
=== RUN TestAccRDSSnapshot_disappears
=== PAUSE TestAccRDSSnapshot_disappears
=== CONT TestAccRDSSnapshotCopy_basic
=== CONT TestAccRDSSnapshot_share
=== CONT TestAccRDSSnapshotCopy_disappears
--- PASS: TestAccRDSSnapshotCopy_basic (628.93s)
=== CONT TestAccRDSSnapshot_basic
--- PASS: TestAccRDSSnapshot_share (780.29s)
=== CONT TestAccRDSSnapshotCopy_tags
--- PASS: TestAccRDSSnapshotCopy_disappears (858.69s)
=== CONT TestAccRDSSnapshot_disappears
--- PASS: TestAccRDSSnapshot_basic (729.37s)
=== CONT TestAccRDSSnapshot_tags
--- PASS: TestAccRDSSnapshot_disappears (707.80s)
--- PASS: TestAccRDSSnapshotCopy_tags (840.43s)
--- PASS: TestAccRDSSnapshot_tags (763.31s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 2126.834s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.58.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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
also minor refactor for better reuse of code
Relations
Closes #3860
References
Output from Acceptance Testing