Hoang Quoc Trung
Hoang Quoc Trung
Adds scheduled rdb snapshot for redis instances (see related [beta API reference](https://cloud.google.com/memorystore/docs/redis/reference/rest/v1beta1/projects.locations.instances#persistenceconfig)) If this PR is for Terraform, I acknowledge that I have: - [x] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues)...
#### Overview Implements [workload identity](https://cloud.google.com/kubernetes-engine/docs/concepts/workload-identity) to the google connector. #### What this PR does / why we need it Closes #1756 by implementing workload identity for the google connector. This...
#### Overview Adapt the google connector for using application default credentials in GKE. #### What this PR does / why we need it Closes #2676 Upon further testing in a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When the HTTPRoutes with multiple backend references are deployed and caught...
Implements the secret manager version datasource: ```hcl data "google-compute-secret-manager" "test" { project = "my-secret" name = "my-project" version = "1" } ``` This implementation is similar to the [suggested reference](https://github.com/hashicorp/packer-plugin-amazon/tree/main/datasource/secretsmanager),...
Solves [16908](https://github.com/hashicorp/terraform-provider-google/issues/16908) by adding endpoint fields from the API that's missing (see [API reference](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/reference/networkmanagement/rest/v1/projects.locations.global.connectivityTests#Endpoint)) I've added and ran light acceptance tests that can be run (cloudrun and cloudfunction source and...
This PR adds logic to handle [`_Default` and `_Required` singleton log sinks](https://cloud.google.com/logging/docs/routing/overview#buckets) for `google_logging_project_sink`. The logic is similar to `google_logging_project_bucket_config` where terraform would import those sinks on creation and remove...
The [doc](https://www.elastic.co/guide/en/cloud/current/ec-traffic-filtering-psc.html#ec-private-service-connect-uris) states that the `europe-west9` region is available but the `ec_gcp_private_service_connect_endpoint` yields an error `could not find a privatelink endpoint for region: europe-west9`. ## Readiness Checklist - [x] I...