Skip to content

Data Source: proxmox_virtual_environment_replications

Warning

Deprecated: Use proxmox_replications instead. This data source will be removed in v1.0.

Retrieves information about all Replications in Proxmox.

Example Usage

# List all Replications
data "proxmox_virtual_environment_replications" "all" {}

output "data_proxmox_virtual_environment_replications_all" {
  value = {
    replications = data.proxmox_virtual_environment_replications.all.replications
  }
}

Schema

Read-Only

Nested Schema for replications

Read-Only: