Skip to content

Commit 36539f3

Browse files
Update output.tf
1 parent ad285bf commit 36539f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

output.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
output "service_accounts_email" {
22
value = google_service_account.service_accounts.email
33
description = "The e-mail address of the service account."
4-
}
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

Comments
 (0)