FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

google_pubsub_topic

Creates a topic in Google’s pubsub queueing system. For more information see the official documentation and API.

Example Usage

resource "google_pubsub_topic" "default" {
  name = "default-topic"
}

Argument Reference

The following arguments are supported:


Attributes Reference

Only the arguments listed above are exposed as attributes.


See the source of this document at Terraform.io