-
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
aws_docdb_cluster #37716
aws_docdb_cluster #37716
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccDocDBCluster_' PKG=docdb
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/docdb/... -v -count 1 -parallel 20 -run=TestAccDocDBCluster_ -timeout 360m
cluster_test.go:803: Amazon DocumentDB has identified an issue and is temporarily disallowing major version upgrades (MVU) in all regions.
--- SKIP: TestAccDocDBCluster_updateEngineMajorVersion (0.00s)
--- PASS: TestAccDocDBCluster_missingUserNameCausesError (12.33s)
--- PASS: TestAccDocDBCluster_kmsKey (130.79s)
--- PASS: TestAccDocDBCluster_disappears (141.45s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Remove (151.36s)
--- PASS: TestAccDocDBCluster_identifierGenerated (158.84s)
--- PASS: TestAccDocDBCluster_encrypted (158.88s)
--- PASS: TestAccDocDBCluster_identifierPrefix (158.94s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Update (158.96s)
--- PASS: TestAccDocDBCluster_basic (160.01s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier (160.15s)
--- PASS: TestAccDocDBCluster_tags (173.08s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Add (186.24s)
--- PASS: TestAccDocDBCluster_backupsUpdate (193.78s)
--- PASS: TestAccDocDBCluster_updateCloudWatchLogsExports (198.33s)
--- PASS: TestAccDocDBCluster_storageType (276.80s)
--- PASS: TestAccDocDBCluster_deleteProtection (279.82s)
--- PASS: TestAccDocDBCluster_port (320.62s)
--- PASS: TestAccDocDBCluster_takeFinalSnapshot (323.11s)
--- PASS: TestAccDocDBCluster_pointInTimeRestore (347.79s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters (2595.65s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/docdb 2601.225s
@nikhil-goenka thank you for the contribution! 🎉 |
This functionality has been released in v5.55.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 #25914
References
Output from Acceptance Testing