mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:54:02 +00:00
feat(WHE-28): add terraform baseline for cloud run and scheduler
This commit is contained in:
7
infra/terraform/modules/cloud_run_service/outputs.tf
Normal file
7
infra/terraform/modules/cloud_run_service/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output "name" {
|
||||
value = google_cloud_run_v2_service.this.name
|
||||
}
|
||||
|
||||
output "uri" {
|
||||
value = google_cloud_run_v2_service.this.uri
|
||||
}
|
||||
Reference in New Issue
Block a user