diff --git a/internal/provider/all_schemas.hcl b/internal/provider/all_schemas.hcl index da2db196cc..4e99768e42 100644 --- a/internal/provider/all_schemas.hcl +++ b/internal/provider/all_schemas.hcl @@ -460,7 +460,8 @@ resource_schema "aws_b2bi_transformer" { resource_schema "aws_bcmdataexports_export" { cloudformation_type_name = "AWS::BCMDataExports::Export" - # Export/DataQuery/TableConfigurations is of unsupported type: key-value map of key-value map. + # Suppression Reason: Export/DataQuery/TableConfigurations is of unsupported type: key-value map of key-value map. + # https://github.com/hashicorp/terraform-provider-awscc/issues/1509 suppress_resource_generation = true suppress_singular_data_source_generation = true suppress_plural_data_source_generation = true