Raj Saxena

Results 6 comments of Raj Saxena

@jeremy-lq has this been implemented? Is there another ticket/issue where this is being tracked?

@jrhouston any updates on this? Are you working on this? If you are open for PRs, can you please guide on how to proceed?

@marcoruggine (and for anyone else who might benefit from this) We extract the data from our microservices into a dataset in BigQuery. This has the advantage that reporting and analysis...

> @raj-saxena can you show one examples of a query? thanks @elalemanyo I have updated my answer above with an example query

Downgrading to debian-11 helped. ```hcl module "vault" { source = "terraform-google-modules/vault/google" version = "7.0.2" project_id = var.project_id region = var.region vault_version = "1.17.1" vault_instance_base_image = "debian-cloud/debian-12" } ``` Possibly worthwhile...

@apeabody possible to merge this please? Right now, we can't upgrade to the latest google provider because of the requirements failing for this one. Also, since the last few upgrades...