Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BigQuery subscriptions to Pubsub module. #997

Merged
merged 2 commits into from Nov 21, 2022

Conversation

iht
Copy link
Member

@iht iht commented Nov 21, 2022

Pubsub can now have subscriptions that write directly to BigQuery.

In the Google Terraform provider, this is configured using an additional block inside a google_pubsub_subscription resource.

This PR adds a new input variable to the pubsub module, to optionally add this block to some of the subscriptions defined in the module.

Pubsub can now have subscriptions that write directly to BigQuery.
 * https://cloud.google.com/pubsub/docs/bigquery

In the Google Terraform provider, this is configured using an additional block
inside a `google_pubsub_subscription` resource.
 * https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/pubsub_subscription#nested_bigquery_config

This PR adds a new input variable to the `pubsub` module, to optionally add this
block to some of the subscriptions defined in the module.
@iht iht enabled auto-merge November 21, 2022 16:48
@iht iht merged commit 3651231 into GoogleCloudPlatform:master Nov 21, 2022
@iht iht deleted the bigquery_subscriptions branch November 21, 2022 17:39
@ludoo ludoo changed the title Add BigQuery subcriptions to Pubsub module. Add BigQuery subscriptions to Pubsub module. Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants