This message was deleted.
# general
s
This message was deleted.
c
Is there a terraform provider for your OnPrem solution?
w
Nope, just want to get started creating some vm using multipass or other?
c
https://github.com/larstobi/terraform-provider-multipass there is at least one O/S provider for multipass, which means you can create a pulumi bridge. If you're not interested in writing your own provider bridge ( it's not trivial ), then I'd suggest using an existing cloud provider if you just want low friction.
w
Cool I will look into that, thanks
s
As @cuddly-computer-18851 has suggested, you’ll need a provider. If there’s a Terraform provider, then you can bridge it into a Pulumi provider. If there’s already a Pulumi provider, then you’re golden.