ionoscloud_mariadb_backups
Get information on DBaaS MariaDB Backups
Example Usage
Get all backups for a specific cluster
data "ionoscloud_mariadb_backups" "example" {
cluster_id = "cluster_id"
location = "de/txl"
}Get a specific backup
data "ionoscloud_mariadb_backups" "example" {
backup_id = "backup_id"
location = "de/txl"
}Argument Reference
Attributes Reference
Last updated
