output "this_subscription" {
  value = google_pubsub_subscription.this
}

output "this_service_account" {
  value = google_service_account.this
}

output "this_sink" {
  value = google_logging_project_sink.this
}

output "this_topic" {
  value = google_pubsub_topic.this
}
