Just to be sure and clear. Pulumi is just better a...
# general
g
Just to be sure and clear. Pulumi is just better alternative than Terraform? So to install apps etc on e.g. a VM is not it's first use right? compared to .e.g Ansible / Saltstack ?
1
e
Pulumi is just better alternative than Terraform?
I mean we think so 🙂
So to install apps etc on e.g. a VM is not it's first use right?
It's not it's primary purpose and for complex setups we'd suggest ansible or similar. But if you just need to do simple setup after creating VMs pulumi does have tools you can use like the command provider https://www.pulumi.com/registry/packages/command/ or https://www.pulumi.com/blog/resource-hooks/
And those tools can easily be evolved to be the thing that triggers ansible to run
g
thats right.. there is that 🤔