Hey guys, trying to set up a RDS mysql resource th...
# general
n
Hey guys, trying to set up a RDS mysql resource that requires me loading a previous backup. does pulumi have an option to do local exec like terraform or something similar?
g
Pulumi does not have local-exec built in, but you can run external commands as a part of your Pulumi app. e.g. child_process for TypeScript or JavaScript - https://nodejs.org/api/child_process.html.