We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e849b5 commit 05e2c17Copy full SHA for 05e2c17
.changelog/9311.txt
@@ -0,0 +1,3 @@
1
+```release-note:none
2
+
3
+```
website/docs/r/firestore_database.html.markdown
@@ -23,7 +23,9 @@ A Cloud Firestore Database.
23
24
If you wish to use Firestore with App Engine, use the
25
[`google_app_engine_application`](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/app_engine_application)
26
-resource instead.
+resource instead. If you were previously using the `google_app_engine_application` resource exclusively for managing a Firestore database
27
+and would like to use the `google_firestore_database` resource instead, please follow the instructions
28
+[here](https://cloud.google.com/firestore/docs/app-engine-requirement).
29
30
31
To get more information about Database, see:
0 commit comments