1
0
mirror of synced 2025-12-19 18:05:44 -05:00

output service_account_email_address

This commit is contained in:
Joseph Sirianni
2020-04-28 16:23:29 -04:00
parent 010bf1820e
commit 34fd490821

View File

@@ -185,3 +185,8 @@ output "complete" {
description = "Output signaling that all resources have been created"
value = data.template_file.complete.rendered
}
output "service_account_email_address" {
description = "Service account email address associated with the CloudSQL instance"
value = google_sql_database_instance.master.service_account_email_address
}