I am creating dynamic dbs with pulumi on gcp. What...
# google-cloud
e
I am creating dynamic dbs with pulumi on gcp. What would be the best to import a dump into the newly created db? I wanted to do it all at once with pulumi. What do you guys recommend?
g
A Dynamic Provider is the best way to do this and we have a blog post about this same use case - https://www.pulumi.com/blog/deploying-mysql-schemas-using-dynamic-providers/.