-
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
Allow cross-account sharing of db_cluster_snapshot #34885
Allow cross-account sharing of db_cluster_snapshot #34885
Conversation
Community NoteVoting for Prioritization
For Submitters
|
# Conflicts: # internal/service/rds/cluster_snapshot_test.go
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=TestAccRDSClusterSnapshot_\|TestAccRDSClusterSnapshotDataSource_' PKG=rds ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSClusterSnapshot_\|TestAccRDSClusterSnapshotDataSource_ -timeout 360m
=== RUN TestAccRDSClusterSnapshotDataSource_dbClusterSnapshotIdentifier
=== PAUSE TestAccRDSClusterSnapshotDataSource_dbClusterSnapshotIdentifier
=== RUN TestAccRDSClusterSnapshotDataSource_dbClusterIdentifier
=== PAUSE TestAccRDSClusterSnapshotDataSource_dbClusterIdentifier
=== RUN TestAccRDSClusterSnapshotDataSource_mostRecent
=== PAUSE TestAccRDSClusterSnapshotDataSource_mostRecent
=== RUN TestAccRDSClusterSnapshotDataSource_matchTags
=== PAUSE TestAccRDSClusterSnapshotDataSource_matchTags
=== RUN TestAccRDSClusterSnapshot_basic
=== PAUSE TestAccRDSClusterSnapshot_basic
=== RUN TestAccRDSClusterSnapshot_tags
=== PAUSE TestAccRDSClusterSnapshot_tags
=== CONT TestAccRDSClusterSnapshotDataSource_dbClusterSnapshotIdentifier
=== CONT TestAccRDSClusterSnapshotDataSource_matchTags
=== CONT TestAccRDSClusterSnapshot_tags
--- PASS: TestAccRDSClusterSnapshot_tags (234.03s)
=== CONT TestAccRDSClusterSnapshotDataSource_mostRecent
--- PASS: TestAccRDSClusterSnapshotDataSource_dbClusterSnapshotIdentifier (359.94s)
=== CONT TestAccRDSClusterSnapshotDataSource_dbClusterIdentifier
--- PASS: TestAccRDSClusterSnapshotDataSource_matchTags (465.86s)
=== CONT TestAccRDSClusterSnapshot_basic
--- PASS: TestAccRDSClusterSnapshotDataSource_dbClusterIdentifier (227.48s)
--- PASS: TestAccRDSClusterSnapshotDataSource_mostRecent (394.43s)
--- PASS: TestAccRDSClusterSnapshot_basic (292.75s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 763.431s
@OpenGLShaders Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.60.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
Relations
Closes #31359
Closes #16208
References
Related Implementation here.
Output from Acceptance Testing