Skip to content

Commit 8d08be8

Browse files
authored
Export the ingress cloudrun URLs (#4)
1 parent 44fdb48 commit 8d08be8

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ Deploy a docker compose project to a Google Cloud Compute Instance.
9595
| <a name="output_appGsa"></a> [appGsa](#output\_appGsa) | The Google Service Account the app can leverage to auth to other Google services |
9696
| <a name="output_instance"></a> [instance](#output\_instance) | The Google Compute instance ID, name, zone, data disk, GSA for the instance. |
9797
| <a name="output_serviceGsa"></a> [serviceGsa](#output\_serviceGsa) | The Google Service Account internal services that manage the VM runs as |
98+
| <a name="output_urls"></a> [urls](#output\_urls) | Cloud Run ingress URLs by region. |
9899
<!-- END_TF_DOCS -->

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ output "appGsa" {
3030
}
3131
description = "The Google Service Account the app can leverage to auth to other Google services"
3232
}
33+
34+
output "urls" {
35+
value = module.ppb.urls
36+
description = "Cloud Run ingress URLs by region."
37+
}

0 commit comments

Comments
 (0)