Incorrect default value for Serverless RDS minimum capacity #11698
Labels
breaking-change
Introduces a breaking change in current functionality; usually deferred to the next major release.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
In the resource
aws_rds_cluster
, the default value forscaling_configuration.min_capacity
is defined as2
in the Terraform schema, but the AWS API returns1
.Correcting this will be a potentially breaking change.
References
The text was updated successfully, but these errors were encountered: