Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

v1.0.4

Compare
Choose a tag to compare
@vladimir-kozyrev vladimir-kozyrev released this 27 Jan 11:38
· 36 commits to master since this release
bf4f316
  • 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 and 2fa_required scopes from the list of all scopes to prevent them from getting set.
  • remove user_type from the state because is_admin replaces it fully.
  • fix linter issues.