https://pulumi.com logo
g

gray-tailor-20387

05/11/2020, 3:46 PM
Hey guys, just discovered Terraform has "connections" and "provisioner". Is there a way to make a VM with Pulumi, and automatically run some commands on said vm? (I can nicely get/use the ip address, but I'm wondering about provisioning)
g

gray-tailor-20387

05/11/2020, 3:59 PM
Great, a big thankyou!!
c

colossal-room-15708

05/11/2020, 9:23 PM
That's just for AWS and you didn't specify which cloud you're on. AWS itself has also user data for EC2 out of the box. On Azure VMs you can use many different ways, most commonly the "custom script extension" to execute code.
g

gray-tailor-20387

05/12/2020, 9:18 AM
I'm on DigitalOcean, but atleast i have something to work with now 🙂