sparse-intern-71089
08/23/2023, 8:53 AMlimited-rainbow-51650
08/23/2023, 12:13 PMpulumi new
is a location where project templates can be found, like the default repo https://github.com/pulumi/templates. If you want to set up a project where you want to make use of the libvirt
provider, run pulumi new
and select a template only matching your preferred programming language, e.g. typescript
, go
, python
, ...
Once the template for your Pulumi project is instantiated, you can use the programming specific dependency management tool to add the language package to your setup. The package names can be found in the Registry page of `libvirt`: https://www.pulumi.com/registry/packages/libvirt/installation-configuration/happy-energy-53232
08/23/2023, 12:14 PMhappy-energy-53232
08/23/2023, 12:15 PMlimited-rainbow-51650
08/23/2023, 12:16 PMpulumi new
without further arguments, the default location mentioned in my previous message will be used.happy-energy-53232
08/23/2023, 12:17 PMlimited-rainbow-51650
08/23/2023, 12:19 PMhappy-energy-53232
08/23/2023, 12:19 PM