[Bug]: expected serverlessv2_scaling_configuration.0.max_capacity to be in the range (1.000000 - 256.000000), got 0.500000 #41227
Labels
bug
Addresses a defect in current functionality.
service/rds
Issues and PRs that pertain to the rds service.
Terraform Core Version
1.10.5
AWS Provider Version
5.85.0
Affected Resource(s)
Using scaling configuration for Aurora v2 PSQL:
Expected Behavior
Allow setting the Aurora V2 instance to 0.5 as documented on AWS. I have also tried setting the value to be the same as min_capacity (both set to 0.5) as allowed by AWS and I get the same result
Actual Behavior
Doesn't allow lower value than 1.
Relevant Error/Panic Output Snippet
Error: expected serverlessv2_scaling_configuration.0.max_capacity to be in the range (1.000000 - 256.000000), got 0.500000
Terraform Configuration Files
Pasted config including references.
Steps to Reproduce
Use the config above
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: