onelogin / terraform-provider-onelogin

GNU General Public License v3.0
27 stars 19 forks source link

Improve docs for user resource and change email to required field #23

Closed szemek closed 3 years ago

szemek commented 3 years ago

On page https://registry.terraform.io/providers/onelogin/onelogin/latest/docs/resources/onelogin_user I noticed that <user_id> is not generated, so in this PR I'm changing it to numerical example 12345678

image

I also noticed that according to provider documentation and api documentation email is required field, so I'm changing it in the provider code.

dcaponi commented 3 years ago

Good catch, managing the docs is sometimes a pain. Thanks for the help!