Hi, has anyone here got experience with using dyna...
# python
h
Hi, has anyone here got experience with using dynamic resource provisioners, ref https://github.com/pulumi/examples/tree/master/aws-py-ec2-provisioners ? I've faced following issues: • RemoteExec runs commands every time I run
pulumi up
command. I would like it run it only when command is changed in pulumi code or dependent resource is changed. Any ideas? • CopyFile is able to create a file on a remote system. However it doesn't update it upon local file update. How to update a remote file after the local file change?
I've also opened a github issue for that https://github.com/pulumi/examples/issues/782