Jakob Beyer

Results 4 comments of Jakob Beyer

Sorry, I just realized I had made a mistake in my original message: The problem does not happen with `bigtable.NewAdminClient` but with `bigtable.NewClient`. So for example running this in a...

Any update on when we will likely see the fix merged? We're still stuck on v1.25, we have not found a quick-fix to work around this issue.

Introduced by this commit: https://github.com/hashicorp/terraform-provider-google/commit/2be944a12d8ec0d2f07d6d13567071bc2791927e Suggested solution in https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/pubsub/resource_pubsub_subscription.go: ``` ValidateFunc: verify.ValidateRegexp(`^.{1,256}$`), ``` => ``` ValidateFunc: verify.ValidateRegexp(`^.{0,256}$`), ```

@rileykarson could we get a patch release for this before the next Monday release? This is currently blocking all the TF deployments in our project.