7 lines
216 B
HCL
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
|
|
}
|