This repository was archived by the owner on Nov 24, 2024. It is now read-only.
v1.0.4
·
36 commits
to master
since this release
- add
is_sso
parameter that lets us differentiate between SSO and non-SSO users. - add functions that create & update SSO users.
- fix a bug that shows scopes changes for admins after every
terraform plan
. - filter
2fa_exempt
and2fa_required
scopes from the list of all scopes to prevent them from getting set. - remove
user_type
from the state becauseis_admin
replaces it fully. - fix linter issues.