terraform-provider-google-beta
terraform-provider-google-beta copied to clipboard
Terraform Provider for Google Cloud Platform (Beta)
Parallel to https://github.com/hashicorp/terraform-provider-google/pull/10481
Adds support for Managed Service for Prometheus to google_container_cluster. Closes https://github.com/hashicorp/terraform-provider-google/issues/11224 Configuration looks like the following: ``` resource "google_container_cluster" { monitoring_config { managed_prometheus { enabled = true } } }...
closes https://github.com/hashicorp/terraform-provider-google/issues/10020 similar to https://github.com/hashicorp/terraform-provider-google/issues/8984 todo: do i need to add a pr to the main google repo to add the compute structs for `RateLimitOptions` ?
The prediction of the serviceId is based on a hard-coded location (`America/Los_Angeles`) which, when run in a different time zone can cause a date change and the prediction is off...
Google as recently enabled an RBAC option for Data fusion instance. We want to use it on a big project to share an instance with multiple tenants. So I'm happy...
The GCP API allows this to be changed in place, but it doesn't take effect, so we should force cluster rebuilds. I used Terraform on one of my clusters to...
changed inspect_template_name from required to optional and added test cases. fixes https://github.com/hashicorp/terraform-provider-google/issues/11858 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)...