Minor but important typo. (#3095)

Pretty sure this needs to be `s/organization_id/folder_id/`.
This commit is contained in:
rob salmond 2019-03-07 09:54:13 -07:00 committed by Riley Karson
parent 137eafa684
commit c4ad45113c

View File

@ -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".