From d656cabc181c21b863ed9836558734d9af173917 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Mon, 31 Aug 2020 17:43:49 +0200 Subject: [PATCH] Add documentation for optional org_id param --- docs/data-sources/user.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data-sources/user.md b/docs/data-sources/user.md index adcd781d8..b30f21834 100644 --- a/docs/data-sources/user.md +++ b/docs/data-sources/user.md @@ -25,6 +25,7 @@ data "cloudfoundry_user" "myuser" { The following arguments are supported: * `name` - (Required) The name of the user to look up +* `org_id` - (Optional) the org ID where to look for this user. Use this in case you are using an OrgAdmin account. ## Attributes Reference