0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-06 22:14:01 +00:00
terraform-provider-proxmox/docs/data-sources/pools.md
2020-10-22 19:10:40 -04:00

26 lines
418 B
Markdown

---
layout: page
title: Pools
permalink: /data-sources/pools
nav_order: 8
parent: Data Sources
---
# Data Source: Pools
Retrieves the identifiers for all the available resource pools.
## Example Usage
```
data "proxmox_virtual_environment_pools" "available_pools" {}
```
## Arguments Reference
There are no arguments available for this data source.
## Attributes Reference
* `pool_ids` - The pool identifiers.