google_sql_database_instances

Use this data source to get information about a list of Cloud SQL instances in a project. You can also apply some filters over this list to get a more filtered list of Cloud SQL instances.

Example Usage

data "google_sql_database_instances" "qa" {
  project = "test-project"
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_sql_database_instance resource for details of all the available attributes.