terraform-provider-google/r/pubsub_topic.html.markdown
Seth Vargo 9da0d13c73 Update documentation to include new "project" attribute
This commit also normalizes the format we display attributes.
2016-04-10 17:34:15 -04:00

940 B

layout page_title sidebar_current description
google Google: google_pubsub_topic docs-google-pubsub-topic Creates a topic in Google's pubsub queueing system

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:

  • name - (Required) A unique name for the resource, required by pubsub. Changing this forces a new resource to be created.

  • project - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used.

Attributes Reference

Only the arguments listed above are exposed as attributes.