google_sql_database_instance

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

Example Usage

data "google_sql_database_instance" "qa" {
  name = "test-sql-instance"
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_sql_database_instance resource for details of all the available attributes.