Skip to content

Commit

Permalink
Merge pull request #2039 from sean1588/fix-user-resource-doc
Browse files Browse the repository at this point in the history
Fix rendering of user resource page
  • Loading branch information
duytiennguyen-okta authored Jul 31, 2024
2 parents 4914684 + 6ab04a5 commit de43f1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Creates an Okta User. This resource allows you to create and configure an Okta U

## Example Usage

### Full profile

```terraform
### Full profile:
resource "okta_user" "example" {
first_name = "John"
last_name = "Smith"
Expand Down Expand Up @@ -45,8 +46,11 @@ resource "okta_user" "example" {
user_type = "Employee"
zip_code = "11111"
}
```

### With Password Inline Hook:
### With Password Inline Hook

```
resource "okta_user" "test2" {
first_name = "John"
last_name = "Smith"
Expand Down

0 comments on commit de43f1d

Please sign in to comment.