google_sql_backup_run

Use this data source to get information about a Cloud SQL instance backup run.

Example Usage

data "google_sql_backup_run" "backup" {
    instance = google_sql_database_instance.main.name
    most_recent = true
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to the arguments listed above, the following attributes are exported: