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

Sync fork #1

Merged
merged 1,443 commits into from
Jan 11, 2023
Merged

Sync fork #1

merged 1,443 commits into from
Jan 11, 2023

Conversation

juliodiez
Copy link
Owner

No description provided.

iht and others added 30 commits November 20, 2022 13:26
Pubsub topics can now have
schemas (https://cloud.google.com/pubsub/docs/admin#schemas). This PR adds an
option to set the schema settings and create a new optional resource of type
`google_pubsub_schema` attached to the `google_pubsub_topic`.
Add schemas to Pubsub topic 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.
Add BigQuery subcriptions to Pubsub module.
Only set partitioned table when sink type is bigquery
* Default nodepool creation fix

* Removed comments and fixded formatting with fmt

* Refactored per PR comment

Co-authored-by: Astian Seb <[email protected]>
Co-authored-by: Ludovico Magnocavallo <[email protected]>
agutta and others added 29 commits December 28, 2022 12:06
Common error when we have multiple identities
This adds the possiblity to define several clusters in a Bigtable instance,
which enables replication in Bigtable.

Some of the configurations options are moved inside a `map` that defines the
properties of each cluster.

These changes alter the interface of the module, so any previous code using this
module will have to adapt to the new options interface.
Adding new section for Authentication issues
Add cluster replicas to Bigtable module.
Added device_name field to compute-vm attached_disks parameter
Fixed delete_rule in compute-mig module for stateful disks
Fixes in Apigee Bigquery Analytics blueprint
Fixes in Apigee blueprints README files
fix restricted services not being added to the perimeter configurations
@juliodiez juliodiez merged commit 05d57e1 into juliodiez:master Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.