ionoscloud_mariadb_backup_locations_v2
Lists IONOS CLOUD MariaDB V2 Backup Locations.
The ionoscloud_mariadb_backup_locations_v2 data source can be used to retrieve the supported MariaDB V2 backup locations for a given API endpoint.
Example Usage
data "ionoscloud_mariadb_backup_locations_v2" "example" {
location = "de/txl"
}Argument Reference
location- (Required)[string] The location to query. Requests are routed to the corresponding regional MariaDB endpoint. Available locations:de/fra,de/fra/1,de/fra/2,de/txl,es/vit,fr/par,gb/bhx,gb/lhr,us/ewr,us/las,us/mci.
Attributes Reference
The following attributes are returned by the datasource:
items- List of backup location objects. Each item includes:id- The ID (UUID) of the backup location.location- The Object Storage location name.
Last updated
