-
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
[Bug]: aws_iot_indexing_configuration does not support named shadows #27532
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I'd be happy to contribute a fix if I could get some pointers on where to start looking. |
Give me a thumbs up so that the PR review gets prioritized :) My PR should fix this |
This functionality has been released in v5.23.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
v1.3.3
AWS Provider Version
v4.37.0
Affected Resource(s)
aws_iot_indexing_configuration
Expected Behavior
Indexing should be configured
Actual Behavior
Indexing was NOT configured. Instead I got an error message that required field "filter" must not be empty. There is no such field in the documentation https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_indexing_configuration. It is however in https://docs.aws.amazon.com/iot/latest/developerguide/managing-index.html.
A side note: It seems the "filter" field is missing from the aws cli too.
Relevant Error/Panic Output Snippet
Error: error updating IoT Indexing Configuration: InvalidRequestException: NamedShadowNames Filter must not be empty for enabling NamedShadowIndexingMode
Terraform Configuration Files
Steps to Reproduce
Create the resource above and apply.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No response
The text was updated successfully, but these errors were encountered: