Add ssl certs to cloudsql instance (#1049)

* add ssl certs to cloudsql instance

* rename variable

* fix typo

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
Prabha Arya
2022-12-12 16:14:44 +00:00
committed by GitHub
parent 7d61c697c3
commit 031b9f3476
4 changed files with 31 additions and 10 deletions

View File

@@ -79,6 +79,12 @@ output "names" {
}
}
output "postgres_client_certificates" {
description = "The CA Certificate used to connect to the SQL Instance via SSL."
value = google_sql_ssl_cert.postgres_client_certificates
sensitive = true
}
output "self_link" {
description = "Self link of the primary instance."
value = google_sql_database_instance.primary.self_link