From 718e683c14694447ffcec31c85011a2b0d31fedb Mon Sep 17 00:00:00 2001 From: Mike Cunneen Date: Mon, 18 Nov 2024 17:52:10 +0800 Subject: [PATCH] identity_user email : clarify `Required` status identity_user.html.markdown: Addresses #1622 : clarify that the `email` argument for `oci_identity_user` is required in some cases. Signed-off-by: Michael Cunneen --- website/docs/r/identity_user.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/identity_user.html.markdown b/website/docs/r/identity_user.html.markdown index 5ad79266ba7..88e976915bb 100644 --- a/website/docs/r/identity_user.html.markdown +++ b/website/docs/r/identity_user.html.markdown @@ -66,7 +66,7 @@ The following arguments are supported: * `compartment_id` - (Required) The OCID of the tenancy containing the user. * `defined_tags` - (Optional) (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` * `description` - (Required) (Updatable) The description you assign to the user during creation. Does not have to be unique, and it's changeable. -* `email` - (Optional) (Updatable) The email you assign to the user. Has to be unique across the tenancy. +* `email` - (Required for tenancies that support identity domains, Optional for those that do not) (Updatable) The email you assign to the user. Has to be unique across the tenancy. * `freeform_tags` - (Optional) (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` * `name` - (Required) The name you assign to the user during creation. This is the user's login for the Console. The name must be unique across all users in the tenancy and cannot be changed.