Skip to content

Commit

Permalink
doc: update a wrong description in vertex ai index (#6909) (#13172)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Dec 5, 2022
1 parent 8ccdc21 commit 2a74cde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6909.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_vertex_ai_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/vertex_ai_index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a74cde

Please sign in to comment.