Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix user example (type, username is required property)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Keber authored and alexkalyvitis committed Jun 26, 2019
1 parent 7076d05 commit 2739c29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/user/main.tf
Expand Up @@ -3,8 +3,9 @@ provider "auth0" {}
resource "auth0_user" "user" {
connection_name = "Username-Password-Authentication"
user_id = "12345"
username = "test"
nickname = "testnick"
email = "test@test.com"
email_verified = true
password = "testtest$12$12"
:}
password = "passpass$12$12"
}

0 comments on commit 2739c29

Please sign in to comment.