diff --git a/.changelog/6909.txt b/.changelog/6909.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/6909.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/google/resource_vertex_ai_index.go b/google/resource_vertex_ai_index.go index 74e7087a94c..d7d104cbfa5 100644 --- a/google/resource_vertex_ai_index.go +++ b/google/resource_vertex_ai_index.go @@ -186,7 +186,7 @@ then existing content of the Index will be replaced by the data from the content Type: schema.TypeString, Optional: true, ForceNew: true, - Description: `The region of the Metadata Store. eg us-central1`, + Description: `The region of the index. eg us-central1`, }, "create_time": { Type: schema.TypeString, diff --git a/website/docs/r/vertex_ai_index.html.markdown b/website/docs/r/vertex_ai_index.html.markdown index d8fb6822e3b..fae7ee55cf2 100644 --- a/website/docs/r/vertex_ai_index.html.markdown +++ b/website/docs/r/vertex_ai_index.html.markdown @@ -149,7 +149,7 @@ The following arguments are supported: * `region` - (Optional) - The region of the Metadata Store. eg us-central1 + The region of the index. eg us-central1 * `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.