https://pulumi.com logo
n

nutritious-battery-42762

11/18/2019, 2:22 PM
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

gentle-diamond-70147

11/18/2019, 5:20 PM
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.