Hey guys, just discovered Terraform has "connectio...
# general
g
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
Great, a big thankyou!!
c
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
I'm on DigitalOcean, but atleast i have something to work with now 🙂