Skip to content

Commit

Permalink
feat: Output URL to API service (api_url)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Sep 19, 2023
1 parent cde0051 commit 9d9631a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "api_url" {
value = google_cloud_run_v2_service.api.uri
}

0 comments on commit 9d9631a

Please sign in to comment.