Skip to content

Data Source: proxmox_hagroups

Retrieves the list of High Availability groups.

Example Usage

data "proxmox_hagroups" "example" {}

output "data_proxmox_hagroups" {
  value = data.proxmox_hagroups.example.group_ids
}

Schema

Read-Only

  • group_ids (Set of String) The identifiers of the High Availability groups.
  • id (String) The unique identifier of this resource.