Skip to content

Commit

Permalink
Update output.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
robgutsopedra authored May 28, 2024
1 parent ad285bf commit 36539f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion output.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
output "service_accounts_email" {
value = google_service_account.service_accounts.email
description = "The e-mail address of the service account."
}
}

output "service_account_email" {
value = google_service_account.service_accounts.email
description = "The e-mail address of the service account."
}

0 comments on commit 36539f3

Please sign in to comment.