David Cavazos

Results 23 comments of David Cavazos

+1 Many Cloud providers require OAuth credentials to even reach the server, so I'm also interested in this.

Are there any updates on when the `google_vertex_ai_index_endpoint_deployed_index` is planned to be ready?

In the meantime, here's a workaround using `gcloud` to deploy and undeploy the index. ```terraform resource "google_vertex_ai_index" "my_index" { ... } resource "google_vertex_ai_index_endpoint" "my_endpoint" { ... } module "gcloud_ai_index_endpoints_deploy_index" {...