resource "google_pubsub_subscription" "${MyResource}" {
name = "example-name"
topic = "example-topic"
}
google_pubsub_subscription
The code creates a new Google PubSub subscription with the name "example-name" and topic "example-topic".
Shortcut: tf_google_pubsub_subscription
0 Comments
Add Comment
Log in to add a comment