Skip to content

Commit

Permalink
Add hook for users
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellohausen committed Dec 20, 2018
1 parent 2ad8817 commit d0e5347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jumpcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func Provider() *schema.Provider {
},
ResourcesMap: map[string]*schema.Resource{
"jumpcloud_user_group": resourceUserGroup(),
"jumpcloud_user": resourceUser(),
},
ConfigureFunc: providerConfigure,
}
Expand Down

0 comments on commit d0e5347

Please sign in to comment.