hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.33k stars 1.73k forks source link

google_vertex_ai_index_endpoint_deployed_index requires region feild #19490

Open mamgainparas opened 1 month ago

mamgainparas commented 1 month ago

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 the region 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

  1. terraform apply

Important Factoids

No response

References

No response

b/369135811

ggtisc commented 1 month ago

This is an enhancement proposal to add a new region argument for the google_vertex_ai_index_endpoint_deployed_index resource

BBBmau commented 1 month ago

Could you provide a configuration for us?