diff --git a/.changelog/10447.txt b/.changelog/10447.txt new file mode 100644 index 00000000000..126505bd3f5 --- /dev/null +++ b/.changelog/10447.txt @@ -0,0 +1,2 @@ +```release-note:none +``` \ No newline at end of file diff --git a/google/services/firestore/resource_firestore_document.go b/google/services/firestore/resource_firestore_document.go index 782524a97d4..1b97ae29179 100644 --- a/google/services/firestore/resource_firestore_document.go +++ b/google/services/firestore/resource_firestore_document.go @@ -88,7 +88,7 @@ func ResourceFirestoreDocument() *schema.Resource { "name": { Type: schema.TypeString, Computed: true, - Description: `A server defined name for this index. Format: + Description: `A server defined name for this document. Format: 'projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}'`, }, "path": { diff --git a/website/docs/r/firestore_document.html.markdown b/website/docs/r/firestore_document.html.markdown index 662a3433703..5bf91a7d1b3 100644 --- a/website/docs/r/firestore_document.html.markdown +++ b/website/docs/r/firestore_document.html.markdown @@ -173,7 +173,7 @@ In addition to the arguments listed above, the following computed attributes are * `id` - an identifier for the resource with format `{{name}}` * `name` - - A server defined name for this index. Format: + A server defined name for this document. Format: `projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}` * `path` -