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¶
replications(List of Object) List of Replications. (see below for nested schema)
Nested Schema for replications¶
Read-Only: