From 6de885c7a13a16b941c0bc91b27fce5828b7b9b1 Mon Sep 17 00:00:00 2001 From: Petar Marinkovic <13387474+marinkovicpetar@users.noreply.github.com> Date: Thu, 1 Aug 2019 15:49:52 +0200 Subject: [PATCH 1/2] Updated google_folder.html The page in the first example shows that you should use organization_id with value of 1234567. In the Import example, it's not clear whether organization_id is user, or folder_id is used. API call behind this import command is only accepting folder_id (can be checked when setting TF_LOG to trace and viewing the API call) --- website/docs/r/google_folder.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/google_folder.html.markdown b/website/docs/r/google_folder.html.markdown index 8f595f25f97..fe7da6053b9 100644 --- a/website/docs/r/google_folder.html.markdown +++ b/website/docs/r/google_folder.html.markdown @@ -60,7 +60,7 @@ exported: ## Import -Folders can be imported using the folder autogenerated `name`, e.g. +Folders can be imported using the folder autogenerated `name`, and `folder_id`, not `organization_id` e.g. ``` # Both syntaxes are valid From 6779c570f9b1e896f5d717584c9ca2384404d178 Mon Sep 17 00:00:00 2001 From: Petar Marinkovic <13387474+marinkovicpetar@users.noreply.github.com> Date: Sat, 4 Jan 2020 01:38:14 +0100 Subject: [PATCH 2/2] Update website/docs/r/google_folder.html.markdown Co-Authored-By: Dana Hoffman --- website/docs/r/google_folder.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/google_folder.html.markdown b/website/docs/r/google_folder.html.markdown index fe7da6053b9..7e313a3c52f 100644 --- a/website/docs/r/google_folder.html.markdown +++ b/website/docs/r/google_folder.html.markdown @@ -60,7 +60,7 @@ exported: ## Import -Folders can be imported using the folder autogenerated `name`, and `folder_id`, not `organization_id` e.g. +Folders can be imported using the folder's id, e.g. ``` # Both syntaxes are valid