Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Terraform Version & Provider Version(s)
Terraform v1.8.3
on google_vertex_ai_index_endpoint_deployed_index
The resource google_vertex_ai_index_endpoint_deployed_index requires a region field for a variable to be deployed, since the terraform resource do not have a region field exposed it fails to work. It works only if the region has been passed explicitly in the providers file in which case it uses that region for deploiying all the resources .
Community Note
Terraform Version & Provider Version(s)
Terraform v1.8.3 on google_vertex_ai_index_endpoint_deployed_index
Affected Resource(s)
Hi Team,
The resource
google_vertex_ai_index_endpoint_deployed_index
requires a region field for a variable to be deployed, since the terraform resource do not have a region field exposed it fails to work. It works only if theregion
has been passed explicitly in the providers file in which case it uses that region for deploiying all the resources .Terraform Configuration
Debug Output
No response
Expected Behavior
No response
Actual Behavior
No response
Steps to reproduce
terraform apply
Important Factoids
No response
References
No response
b/369135811