Skip to content

Commit

Permalink
Export service account in cloud_run
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Feb 21, 2023
1 parent 179bea5 commit 694e431
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloud_run/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
output "service_account" {
description = "The service account email associated with the Cloud Run service."
value = google_cloud_run_service.default.template[0].spec[0].service_account_name
}

output "public_url" {
description = "Public IP of the Cloud Run service."
value = google_cloud_run_service.default.status[0].url
Expand Down

0 comments on commit 694e431

Please sign in to comment.