hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.29k stars 1.72k forks source link

[GCP] Terraform support for pubsub latest feature `Write to bigquery` subscription #16595

Closed gomrinal closed 10 months ago

gomrinal commented 10 months ago

Community Note

Description

Hi there, GCP pubsub launched a new feature for pubsub which allows user to write that data directly to BigQuery table which is quite convient when one doesn't need any modification to message which is published to the pubsub. Previously, one had to run a dataflow job to achieve the ETL from pubsub and ingest to BQ table.

New or Affected Resource(s)

Potential Terraform Configuration

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

gomrinal commented 10 months ago

IMG_4266

gomrinal commented 10 months ago

removing duplicate as I have created a new issue

github-actions[bot] commented 9 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.