Hello everyone,
I’m working on a task to create a stateless RDS cluster in AWS using Terraform, and initially, it seemed quite simple. I chose the first module that seemed appropriate, but I’ve run into a few issues.
When trying to create a cluster with a predefined superuser’s password, it doesn’t seem to work. Additionally, when specifying a custom superuser name, the process fails, and I’m not quite sure why.
Could it be that I’ve chosen the wrong module? Or should I delve into the code and try to fix it myself? Any guidance or suggestions would be greatly appreciated to help me move forward.
Thank you in advance for your help!