We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad285bf commit 36539f3Copy full SHA for 36539f3
output.tf
@@ -1,4 +1,9 @@
1
output "service_accounts_email" {
2
value = google_service_account.service_accounts.email
3
description = "The e-mail address of the service account."
4
-}
+}
5
+
6
+output "service_account_email" {
7
+ value = google_service_account.service_accounts.email
8
+ description = "The e-mail address of the service account."
9
0 commit comments