Skip to content

Commit

Permalink
update documentation to reflect added resource
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKoppe committed Jun 10, 2021
1 parent aa7d58e commit 5cc97d9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
page_title: "aws-sso-scim_user Resource - terraform-provider-aws-sso-scim"
subcategory: ""
description: |-
SCIM User resource.
---

# Resource `aws-sso-scim_user`

SCIM User resource.



## Schema

### Required

- **display_name** (String) Display Name
- **family_name** (String) Family Name
- **given_name** (String) Given Name
- **user_name** (String) Username

### Read-only

- **id** (String) The ID of this resource.


0 comments on commit 5cc97d9

Please sign in to comment.