[Bug]: Quicksight analysis: raise limit for maximum allowed visuals per sheet from 30 to 50 #32855
Labels
bug
Addresses a defect in current functionality.
service/quicksight
Issues and PRs that pertain to the quicksight service.
Milestone
Terraform Core Version
1.5.2
AWS Provider Version
5.11.0
Affected Resource(s)
aws_quicksight_analysis
Expected Behavior
Should be able to create, update, import analysis with number of visuals per sheet between 1 and 50.
Actual Behavior
Error is raised when one tries to create or import analysis where number of visuals blocks in given sheet is more than 30 but less than 50.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Run plan or apply for the Terraform code above.
Debug Output
It seems limit is set in
internal/service/quicksight/schema/visual.go:25
.visualsSchema()
should return schema withMaxItems
set to50
Panic Output
No response
Important Factoids
No response
References
Limit of 50 is mentioned in the official API documentation:
Hard limit increase from 30 to 50 confirmation by AWS support:
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: