diff --git a/.changelog/12520.txt b/.changelog/12520.txt new file mode 100644 index 0000000000..42b910df15 --- /dev/null +++ b/.changelog/12520.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/google-beta/services/firebase/resource_firebase_project.go b/google-beta/services/firebase/resource_firebase_project.go index 17a039b020..a137d0796b 100644 --- a/google-beta/services/firebase/resource_firebase_project.go +++ b/google-beta/services/firebase/resource_firebase_project.go @@ -86,7 +86,7 @@ func ResourceFirebaseProject() *schema.Resource { "project_number": { Type: schema.TypeString, Computed: true, - Description: `The number of the google project that firebase is enabled on.`, + Description: `The number of the Google Project that Firebase is enabled on.`, }, "project": { Type: schema.TypeString, diff --git a/website/docs/r/firebase_project.html.markdown b/website/docs/r/firebase_project.html.markdown index ee2473892c..0c766edb5d 100644 --- a/website/docs/r/firebase_project.html.markdown +++ b/website/docs/r/firebase_project.html.markdown @@ -19,7 +19,7 @@ description: |- # google_firebase_project -A Google Cloud Firebase instance. This enables Firebase resources on a given google project. +A Google Cloud Firebase instance. This enables Firebase resources on a given Google Project. Since a FirebaseProject is actually also a GCP Project, a FirebaseProject uses underlying GCP identifiers (most importantly, the projectId) as its own for easy interop with GCP APIs. Once Firebase has been added to a Google Project it cannot be removed. @@ -80,7 +80,7 @@ In addition to the arguments listed above, the following computed attributes are * `id` - an identifier for the resource with format `projects/{{project}}` * `project_number` - - The number of the google project that firebase is enabled on. + The number of the Google Project that Firebase is enabled on. * `display_name` - The GCP project display name