Files
Ryan Boehning f7ef3d241a Initial commit
2020-04-19 03:40:44 -07:00

7 lines
216 B
HCL

// db module
output "connection_name" {
description = "The connection string used by Cloud SQL Proxy, e.g. my-project:us-central1:my-db"
value = google_sql_database_instance.main_primary.connection_name
}