forked from GoogleCloudPlatform/cloud-foundation-fabric
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sync fork #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Fix variable and output sort check
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]>
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.
Reorder org policy rules
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
Apigee hybrid on GKE
Fixes in Apigee blueprints README files
fix restricted services not being added to the perimeter configurations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.