From 2a74cde6c1e5fd88695d96cf988019659e47b129 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 5 Dec 2022 09:32:48 -0800 Subject: [PATCH] doc: update a wrong description in vertex ai index (#6909) (#13172) Signed-off-by: Modular Magician Signed-off-by: Modular Magician --- .changelog/6909.txt | 3 +++ google/resource_vertex_ai_index.go | 2 +- website/docs/r/vertex_ai_index.html.markdown | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changelog/6909.txt 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.