Could someone please help me instantiate a Serverless Aurora PostgreSQL through Terraform?
I am using the resource aws_rds_cluster and aws_rds_cluster_instance to build a Serverless Aurora PostgreSQL in us-west-2 with the latest versions. However, I keep getting the error message.
My research indicated this is likely because of engine_version, but I do not know exactly. I have been playing with this all day without any luck.
Error Message:
“InvalidParameterValue: The engine mode serverless you requested is currently unavailable.”
Terraform version:
Terraform v0.12.24
- provider.aws v2.60.0
- provider.external v1.2.0
- provider.http v1.2.0
- provider.local v1.4.0
- provider.null v2.1.2
- provider.random v2.2.1