terraform-aws-postgresql-rds
terraform-aws-postgresql-rds copied to clipboard
Add support for storage autoscaling
Amazon RDS for PostgreSQL has support for storage autoscaling which allows us to define an upper bound for storage, and then RDS automatically scales up capacity as storage utilization increases.
See:
- https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#storage-autoscaling
The link above to the Terraform docs is to latest, so it will now show a much later version, but it doesn't seem like it has changed since the version specified in version.tf right now: https://registry.terraform.io/providers/hashicorp/aws/2.33.0/docs/resources/db_instance#storage-autoscaling