0
0
llucycodes42
The code creates a new Google PubSub subscription with the name "example-name" and topic "example-topic".
Shortcut: tf_google_pubsub_subscription
resource "google_pubsub_subscription" "${MyResource}" {
name = "example-name"
topic = "example-topic"
}