-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
fix: remove extra kms_key_arn from ttl #21001
Conversation
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
Hi @ewbankkit, when I rebased, the commits history became really messy for this PR. Closed this PR in favour of #21334 |
surely this change should've been accompanied by state migrations to resolve the breaking change? cc @feelobot |
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. |
Community Note
Closes #19344
Based on the AWS documentation for the update-time-to-live command, the
TimeToLiveSpecification
only accepts 2 attributesEnabled
AttributeName
Furthermore, the console documentation also supports the above observation.
Output from acceptance testing:
Additional note: Prior to making changes, I ran the full suite of tests using
make testacc TESTARGS='-run=TestAccAWSDynamoDbTable'
but faced issues with theTestAccAWSDynamoDbTable_BillingMode_GSI_provisionedToPayPerRequest
test case. In the test case, there was no mention ofttl
so this error is probably due to some other issue and is not related to this PR and the issue that the PR addresses.