Shuya Ma

Results 93 comments of Shuya Ma

This feature is implemented based on the API description. Filed a ticket b/248037977 against the upstream API to confirm if the requirements are still valid

Hi @Raffaello! I was trying to reproduce the error and everything worked fine for me. The config I used to repro the issue: ```tf resource "google_secret_manager_secret" "secret-basic" { secret_id =...

Hi @Raffaello. I used Terraform v1.1.9 and provider v4.35.0 (the versions you listed in the issue description) to test the resource. I also tried creating a module with these 2...

Thanks for reporting the issue! Are you also seeing the error when manage the resource using only `google_container_cluster` and `google_container_node_pool` configuration but not using the module. I was trying to...

Thanks for the update! Closing this issue now. Please feel free to reopen this issue or open a new one if the error occurs again.

Hi @AarshDhokai! Thanks for the ping! Working on reviewing the PR now!

Looks like tests are skipped in VCR. Kicked off an independent run: https://ci-oss.hashicorp.engineering/buildConfiguration/GoogleCloudBeta_ProviderGoogleCloudBetaMmUpstream/340405

Hi @djschaap! Since this PR is marked as draft, I assume it's still WIP. Please click the `Ready for review` button when you're done working on this. Thanks:)

> Hi @shuyama1. Thanks for posting the pipeline output. > > Looking at the error message, the [ServiceConfig Object](https://cloud.google.com/functions/docs/reference/rpc/google.cloud.functions.v2#google.cloud.functions.v2.ServiceConfig) and the [Concurrency Documentation](https://cloud.google.com/functions/docs/configuring/concurrency#gcloud), can this even be achieved on this...