mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
31 lines
710 B
Markdown
31 lines
710 B
Markdown
---
|
|
layout: page
|
|
title: proxmox_virtual_environment_hagroups
|
|
parent: Data Sources
|
|
subcategory: Virtual Environment
|
|
description: |-
|
|
Retrieves the list of High Availability groups.
|
|
---
|
|
|
|
# Data Source: proxmox_virtual_environment_hagroups
|
|
|
|
Retrieves the list of High Availability groups.
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "proxmox_virtual_environment_hagroups" "example" {}
|
|
|
|
output "data_proxmox_virtual_environment_hagroups" {
|
|
value = data.proxmox_virtual_environment_hagroups.example.group_ids
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Read-Only
|
|
|
|
- `group_ids` (Set of String) The identifiers of the High Availability groups.
|
|
- `id` (String) The unique identifier of this resource.
|