aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
27 stars 43 forks source link

fix(DBCluster, DBInstance): remove incorrect defaults from schema #559

Closed zrfr closed 2 months ago

zrfr commented 3 months ago

Removing incorrect defaults from the schema.

We noticed that some customers use the default values from the schema to fill in missing values. This was never the intended purpose, but because the defaults were wrong, the incorrect values caused resources to fail to create or update.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.