Applying a top_bottom_filter should work without having to specify time granularity
Actual Behavior
Applying the top_bottom_filter without time granularity fails is Missing required argument error. As stated per AWS API documentation field is not required and providing it allows apply ing without any issues but seems to break the filter in Quicksight (same filter configurations applied manually without the time granularity for a string column works; time granularity is not an option when configuring manually a string column for this filter).
Relevant Error/Panic Output Snippet
╷
│ Error: Missing required argument
│
│ on analysis.tf line 105, in resource "aws_quicksight_analysis" "example_analysis":
│ 105: top_bottom_filter {
│
│ The argument "time_granularity" is required, but no definition was found.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.5.0
AWS Provider Version
5.15.0
Affected Resource(s)
aws_quicksight_analysis
Expected Behavior
Applying a top_bottom_filter should work without having to specify time granularity
Actual Behavior
Applying the top_bottom_filter without time granularity fails is Missing required argument error. As stated per AWS API documentation field is not required and providing it allows apply ing without any issues but seems to break the filter in Quicksight (same filter configurations applied manually without the time granularity for a string column works; time granularity is not an option when configuring manually a string column for this filter).
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Configure filter and apply it
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None