Skip to content

terraform-google-pubsub v3.0.0

Compare
Choose a tag to compare
@release-please release-please released this 08 Sep 19:29
6668801

⚠ BREAKING CHANGES

  • The create_subscriptions variable is now used to control whether subscriptions should be created. Set create_subscriptions = false and create_topic = false if you don't want the module to do anything.

Features

  • Allow creating subscriptions without creating topic (#72) (0c25bf2)