Skip to content

Data Source: proxmox_replications

Retrieves information about all Replications in Proxmox.

Example Usage

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

output "data_proxmox_replications_all" {
  value = {
    replications = data.proxmox_replications.all.replications
  }
}

Schema

Read-Only

Nested Schema for replications

Read-Only: