Data Source: proxmox_virtual_environment_hagroups¶
Warning
Deprecated: Use proxmox_hagroups instead. This data source will be removed in v1.0.
Retrieves the list of High Availability groups.
Example Usage¶
data "proxmox_virtual_environment_hagroups" "example" {}
output "data_proxmox_virtual_environment_hagroups" {
value = data.proxmox_virtual_environment_hagroups.example.group_ids
}