[Bug]: select_all_options argument for custom_filter_list_configuration and filter_list_configuration not working #33753
Labels
bug
Addresses a defect in current functionality.
service/quicksight
Issues and PRs that pertain to the quicksight service.
Milestone
Terraform Core Version
1.0.0
AWS Provider Version
5.17.0
Affected Resource(s)
aws_quicksight_dashboard
Expected Behavior
Category filter with select_all_options = "FILTER_ALL_VALUES" to be added to dashboard
Actual Behavior
Dashboard fails to be updated.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
I think that
&& len(v) > 0
should be added to this line:terraform-provider-aws/internal/service/quicksight/schema/template_filter.go
Line 649 in b41e8d7
and to this line:
terraform-provider-aws/internal/service/quicksight/schema/template_filter.go
Line 677 in b41e8d7
References
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: