Is there any equivalent to the terraform 'remote-e...
# general
h
Is there any equivalent to the terraform 'remote-exec' and 'file' provisioners in pulumi? I want to run a script when I create an ec2 instance and ec2 userData is painful to debug.
b
No there isn't I'm afraid - there is an example of how you can do it yourself, https://github.com/pulumi/examples/pull/191 But this is of course an idea and in no ways supported / official right now
h
Is this on the roadmap?