From 0af621345ce59611e1b406097976a711d08caa14 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Tue, 26 Sep 2023 16:13:52 +0000 Subject: [PATCH] add folder_id to docs (#9082) Signed-off-by: Modular Magician --- .changelog/9082.txt | 2 ++ website/docs/r/google_folder.html.markdown | 1 + 2 files changed, 3 insertions(+) create mode 100644 .changelog/9082.txt diff --git a/.changelog/9082.txt b/.changelog/9082.txt new file mode 100644 index 0000000000..e4e22fc1e4 --- /dev/null +++ b/.changelog/9082.txt @@ -0,0 +1,2 @@ +```release-note:none +``` diff --git a/website/docs/r/google_folder.html.markdown b/website/docs/r/google_folder.html.markdown index 7d3b5c9b8e..91d3e4a4ec 100644 --- a/website/docs/r/google_folder.html.markdown +++ b/website/docs/r/google_folder.html.markdown @@ -52,6 +52,7 @@ In addition to the arguments listed above, the following computed attributes are exported: * `name` - The resource name of the Folder. Its format is folders/{folder_id}. +* `folder_id` - The folder id from the name "folders/{folder_id}" * `lifecycle_state` - The lifecycle state of the folder such as `ACTIVE` or `DELETE_REQUESTED`. * `create_time` - Timestamp when the Folder was created. Assigned by the server. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".