Skip to content

Commit

Permalink
Add pool resource documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonlis committed Aug 29, 2024
1 parent edd6db4 commit ebb0196
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/resources/pool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Pool Resource

This resource creates and manages a VM / LXC pool.

## Example Usage

```hcl
resource "proxmox_pool" "example" {
poolid = "example-pool"
comment = "Example of a pool"
}
```

0 comments on commit ebb0196

Please sign in to comment.