diff --git a/.changelog/11177.txt b/.changelog/11177.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/11177.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/r/firestore_index.html.markdown b/website/docs/r/firestore_index.html.markdown index c2fd1b423c1..543e4ec4e25 100644 --- a/website/docs/r/firestore_index.html.markdown +++ b/website/docs/r/firestore_index.html.markdown @@ -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: