Since the general availability of the quicksight API’s allowing the creation of quicksight analysis we are trying to migrate our analysis into terraform code. However, we have an analysis which contains a large table of raw data which consists of over 200 ColumnConfigurations.
Terraform is rejecting the request with the following
│ No more than 200 “column_configurations” blocks are allowed
Which would appear to match the api documentation maximum for AnalysisDefinition.ColumnConfiguration.
However, we have previously already created this report directly for quicksight console, is it possible for this limitation to match the existing limits that are being applied by the console itself? So that pre-exisiting reports can actually be reproduced by the public apis?