google_pubsub_topic

Get information about a Google Cloud Pub/Sub Topic. For more information see the official documentation and API.

Example Usage

data "google_pubsub_topic" "my-pubsub-topic" {
  name = "my-pubsub-topic"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_pubsub_topic resource for details of the available attributes.