You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 2024-12-07, the latest AWS provider, v5.80.0, does not support seconds_until_auto_pause. There is nothing we can do about it until the provider adds support.
Describe the Feature
Amazon Aurora Serverless v2 supports scaling to zero capacity (https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-aurora-serverless-v2-scaling-zero-capacity/).
It is not possible to set, in a aws_rds_cluster resource:
min_capacity
cannot be 0 andseconds_until_auto_pause
is undefined.Expected Behavior
Similar to executing command:
aws rds modify-db-cluster --db-cluster-identifier mycluster --serverless-v2-scaling-configuration MinCapacity=0,MaxCapacity=128,SecondsUntilAutoPause=600
Use Case
Map RDS feature to Terraform
Describe Ideal Solution
Allow to set seconds_until_auto_pause and
min_capacity=0
in aaws_rds_cluster
resourceAlternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: