-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Is your feature request related to a problem? Please describe.
I haven't worked with terraform before. However, I'd like to set up PGBouncer in front of my Google Cloud SQL database since it's used by many different Cloud Functions and a Vercel/NextJS web app (which is also a serverless solution). I've been running out of connections on my database recently and started looking for solutions and this seems to be the recommended one. Note that I'm using Prisma to connect to the database, but I don't think that affects this request.
Describe the solution you'd like
I think a step by step guide on how to set this up on Google Cloud infrastructure would be really helpful in getting someone like me going.
Describe alternatives you've considered
Alternatively, I could try to infer how to set it up from the existing documentation and finding information on how to use terraform with Google.