google_pubsub_subscription

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

Example Usage

data "google_pubsub_subscription" "my-pubsub-subscription" {
  name = "my-pubsub-subscription"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_pubsub_subscription resource for details of the available attributes.