-
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_dynamodb_table: local secondary index definition not sending up NonKeyAttributes #15115
Comments
Investigated and was broken due to #15115 as reverting to 3.4.0 works fine |
Hi @ballwood, thank you for creating this issue and apologies you came across this regression! I believe it's related to changes made in #9988 , such that I removed the logic to expand that Relevant code that needs to be added back: |
Hi @ballwood , the fix for this has been merged and will release with |
Thanks Angie 😊
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: angie pinilla <notifications@github.com>
Sent: Friday, September 18, 2020 7:26:33 PM
To: terraform-providers/terraform-provider-aws <terraform-provider-aws@noreply.github.com>
Cc: ballwood <barry.allwood@gmail.com>; Mention <mention@noreply.github.com>
Subject: Re: [terraform-providers/terraform-provider-aws] aws_dynamodb_table: local secondary index definition not sending up NonKeyAttributes (#15115)
Hi @ballwood<https://github.com/ballwood> , the fix for this has been merged and will release with v3.8.0 of the Terraform AWS Provider, expected out next Thursday 👍
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#15115 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABDMU2NLGONUKNWTQOY5GJDSGOQ5TANCNFSM4RG6URSQ>.
|
Hi @anGie44 |
Hi @omkar-k3 , thanks for commenting here. Yes, the fix has been merged and will likely be released this Thursday ( |
This has been released in version 3.8.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.12.19
Affected Resource(s)
Terraform Configuration Files
Debug Output
Request sent to aws:
Panic Output
Expected Behavior
Should have created the dynamodb table
Actual Behavior
Did not create the table. Error: ProjectionType is INCLUDE, but NonKeyAttributes is not specified. Non-key attributes were specified in HCL
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: