Are there any plans on supporting LXC containers?
AnderssonPeter opened this issue · 2 comments
AnderssonPeter commented
Hi are there any plans on supporting creation of LXC containers?
muhlba91 commented
The used upstream provider supports containers: https://registry.terraform.io/providers/bpg/proxmox/latest/docs/resources/virtual_environment_container
These Terraform resources are mapped to Pulumi ones. Hence, there is an existing resource for creating a container.
Does this meet your needs? Otherwise, I‘d ask you to open an issue upstream to add the specific features needed: https://github.com/bpg/terraform-provider-proxmox
AnderssonPeter commented
Thanks!