Skip to content

Commit

Permalink
Update valid range
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Dec 10, 2024
1 parent d2b9155 commit 288809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/rds/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ func resourceCluster() *schema.Resource {
names.AttrMaxCapacity: {
Type: schema.TypeFloat,
Required: true,
ValidateFunc: validation.FloatBetween(0.5, 256),
ValidateFunc: validation.FloatBetween(1, 256),
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
// Handles a breaking regression. On v5.79.0 and earlier,
// serverlessv2_scaling_configuration block could be removed from
Expand Down

0 comments on commit 288809a

Please sign in to comment.