google_sql_database_instance_latest_recovery_time

Get Latest Recovery Time for a given instance. For more information see the official documentation and API.

Example Usage

data "google_sql_database_instance_latest_recovery_time" "default" {
  instance = "sample-instance"
}

output "latest_recovery_time" {
  value = data.google_sql_database_instance_latest_recovery_time.default
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: