Files
gcp_solution_architecture_a…/terraform/outputs.tf

8 lines
287 B
HCL

output "ingress_url" {
value = google_cloud_run_v2_service.ingress.uri
description = "HTTPS endpoint for authenticated producers."
}
output "raw_events_bucket" { value = google_storage_bucket.raw_events.name }
output "events_topic" { value = google_pubsub_topic.events.name }