From c4ad45113c3e9f200e58b34270acab9b0887fa6b Mon Sep 17 00:00:00 2001 From: rob salmond Date: Thu, 7 Mar 2019 09:54:13 -0700 Subject: [PATCH] Minor but important typo. (#3095) Pretty sure this needs to be `s/organization_id/folder_id/`. --- website/docs/d/google_folder.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/d/google_folder.html.markdown b/website/docs/d/google_folder.html.markdown index 69146b38..869d674d 100644 --- a/website/docs/d/google_folder.html.markdown +++ b/website/docs/d/google_folder.html.markdown @@ -44,7 +44,7 @@ The following arguments are supported: The following attributes are exported: * `id` - The Folder ID. -* `name` - The resource name of the Folder in the form `folders/{organization_id}`. +* `name` - The resource name of the Folder in the form `folders/{folder_id}`. * `parent` - The resource name of the parent Folder or Organization. * `display_name` - The folder's display name. * `create_time` - Timestamp when the Organization was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".