mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 18:54:03 +00:00
8 lines
131 B
HCL
8 lines
131 B
HCL
output "name" {
|
|
value = google_cloud_run_v2_service.this.name
|
|
}
|
|
|
|
output "uri" {
|
|
value = google_cloud_run_v2_service.this.uri
|
|
}
|