Skip to content

Commit

Permalink
google_firestore_index: Add reference to google_firestore_field (#11177
Browse files Browse the repository at this point in the history
…) (#18822)

[upstream:25f45aecb6cee81040dc3eacc8d0ffb8a272e4bc]

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

```
3 changes: 2 additions & 1 deletion website/docs/r/firestore_index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ description: |-
# google_firestore_index

Cloud Firestore indexes enable simple and complex queries against documents in a database.
This resource manages composite indexes and not single field indexes.
Both Firestore Native and Datastore Mode indexes are supported.
This resource manages composite indexes and not single field indexes.
To manage single field indexes, use the `google_firestore_field` resource instead.


To get more information about Index, see:
Expand Down

0 comments on commit f766e26

Please sign in to comment.