if there would be providers eg. os_file which woul...
# general
c
if there would be providers eg. os_file which would use ssh as transport and would allow us to create files/dirs
b
You can have a look at an example of a "provisioner" here - https://github.com/pulumi/examples/tree/master/aws-ts-ec2-provisioners
that may be what you are looking to do
c
well not really, this runs only first time a resource is created. i know that my use case is not possible right now with pulumi
b
well you can use the pulumi engine to run any of the processes
you would just need to use the DynamicProvider and write your own crud that allows you to manage what you need with raw python / dotnet or TypeScript libraries
c
thx i'll have a look