does pulumi have the concept of provisioners like ...
# general
c
does pulumi have the concept of provisioners like terraform does? Example use-case 1: Running an ansible playbook against newly provisioned infrastructure. Example use-case 2: Bootstrap infrastructure with Puppet agent
b
Nope fraid not at this time
c
Thanks - are you aware of any long term or short term plans to implement such functionality?
b
Yessir there is afaict
I will link you to an example where you can build your own
It it’s in TypeScript atm
It should help you understand what can be done