Hello, I'm using Pulumi to provision an RDS instance, and I'd like to run an SQL script that would create the tables for that database and essentially make it ready to work on.
Was wondering what's the best practice for this, not sure if AWS supports anything like that, was trying to see if Pulumi has an hook that runs when the instance is created but couldn't find anything like that