Hey all, does pulumi have anything like the Terraform provisioner where I can have my pulumi scripts kick of ansible jobs when a resource is finished creating?
I understand the general philosphy of wanted fully immutable infrastructure but I am using pulumi to depoy my k8s infrastructure on VMS. So I need some sort of step there that can configure those vms and get the worker nodes up and going. I then will use another pulumi project to build up the containers