Sarah French
Sarah French
A data source for tables was added but there isn't a data source for data sets yet. The author of that last PR might [open a new PR to implement...
Note prior to the triage later today: the [enablePrivateServiceConnect field appears to be deprecated](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints#Endpoint.FIELDS.enable_private_service_connect) in the API.
Note from triage: Adding support for deprecated fields isn't usually a blocker for adding provider support, so we're forwarding to the relevant service team. If there's a recommended alternative they'll...
As a data point on this, this is a feature that seems blocked because the BigTable resources are implemented with the client library and not generated by MMV1: https://github.com/hashicorp/terraform-provider-google/issues/12191#issuecomment-2129827034
We've received a customer issue where they have trouble provisioning `google_bigtable_instance` resources, with a "error reading server preface: http2: frame too large" error being surfaced from networking libraries in Go....
Hi @ggtisc - I'm reporting this bug on behalf of a customer. I might have carried over a typo from the internal ticket about the provider version but that doesn't...
And 5.9.0 is here: https://releases.hashicorp.com/terraform-provider-google/5.9.0/
I'm afraid I don't have that information from the customer - I just made this GH issue as the standard way to communicate customer issues between HashiCorp and Google. Here's...
Rebased to pull in Go rewrite
Thanks, I'll go ahead and merge as I don't think there's a need for multiple approvals here vs the first PR