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