0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 04:22:59 +00:00
terraform-provider-proxmox/docs/data-sources/virtual_environment_groups.md
2021-02-10 04:48:18 +01:00

28 lines
488 B
Markdown

---
layout: page
title: Groups
permalink: /data-sources/groups
nav_order: 6
parent: Data Sources
subcategory: Virtual Environment
---
# Data Source: Groups
Retrieves basic information about all available user groups.
## Example Usage
```
data "proxmox_virtual_environment_groups" "available_groups" {}
```
## Argument Reference
There are no arguments available for this data source.
## Attribute Reference
* `comments` - The group comments.
* `group_ids` - The group identifiers.