https://pulumi.com logo
#general
Title
# general
r

rhythmic-egg-57744

10/30/2023, 11:20 AM
Hi all, I want to know if I could use Pulumi to set up local host vagrant infrastructure
s

salmon-account-74572

11/01/2023, 8:34 PM
No, but (depending on your environment) you might be able to replace Vagrant with Pulumi. For example, there is a Libvirt provider for Pulumi: https://www.pulumi.com/registry/packages/libvirt/ Or, if you wanted to use Docker containers instead of VMs, there is a Docker provider: https://www.pulumi.com/registry/packages/docker/ Driving Vagrant directly, though, isn’t currently possible AFAIK.