-
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_memorydb_cluster: add data_tiering attribute and allow more than one snapshot ARN #28022
aws_memorydb_cluster: add data_tiering attribute and allow more than one snapshot ARN #28022
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=TestAccMemoryDBClusterDataSource_basic\|TestAccMemoryDBCluster_basic\|TestAccMemoryDBCluster_create_withDataTiering' PKG=memorydb ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/memorydb/... -v -count 1 -parallel 2 -run=TestAccMemoryDBClusterDataSource_basic\|TestAccMemoryDBCluster_basic\|TestAccMemoryDBCluster_create_withDataTiering -timeout 180m
=== RUN TestAccMemoryDBClusterDataSource_basic
=== PAUSE TestAccMemoryDBClusterDataSource_basic
=== RUN TestAccMemoryDBCluster_basic
=== PAUSE TestAccMemoryDBCluster_basic
=== RUN TestAccMemoryDBCluster_create_withDataTiering
=== PAUSE TestAccMemoryDBCluster_create_withDataTiering
=== CONT TestAccMemoryDBClusterDataSource_basic
=== CONT TestAccMemoryDBCluster_create_withDataTiering
--- PASS: TestAccMemoryDBCluster_create_withDataTiering (1352.13s)
=== CONT TestAccMemoryDBCluster_basic
--- PASS: TestAccMemoryDBClusterDataSource_basic (1647.41s)
--- PASS: TestAccMemoryDBCluster_basic (1749.59s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/memorydb 3106.344s
@roberth-k Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.42.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! |
thanks! |
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
MaxItems: 1
restriction of thesnapshot_arns
attribute (the API doesn't document a limit).data_tiering
attribute to the resource and data source (https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-memorydb-redis-data-tiering/).Relations
Closes #25780
References
Output from Acceptance Testing