Output a connection URL for cloudsql.
This commit is contained in:
@@ -92,6 +92,7 @@ resource "google_sql_user" "postgres" {
|
||||
}
|
||||
|
||||
resource "google_sql_ssl_cert" "client_cert" {
|
||||
project = var.project
|
||||
common_name = "client-name"
|
||||
instance = google_sql_database_instance.instance.name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user