mirror of
https://github.com/outbackdingo/terraform-provider-proxmox.git
synced 2026-01-27 10:20:40 +00:00
196 B
196 B
Pool Resource
This resource creates and manages a VM / LXC pool.
Example Usage
resource "proxmox_pool" "example" {
poolid = "example-pool"
comment = "Example of a pool"
}