title | platform |
---|---|
About the google_pubsub_topic resource |
gcp |
A google_pubsub_topic
is used to test a Google Topic resource
describe google_pubsub_topic(project: 'chef-gcp-inspec', name: 'inspec-gcp-topic') do
it { should exist }
end
describe google_pubsub_topic(project: 'chef-gcp-inspec', name: 'nonexistent') do
it { should_not exist }
end
Properties that can be accessed from the google_pubsub_topic
resource:
-
name
: Name of the topic. -
labels
: A set of key/value label pairs to assign to this Topic.
Ensure the Cloud Pub/Sub API is enabled for the current project.