github Twingate/terraform-provider-twingate v1.1.0

latest releases: v3.0.5, v3.0.4, v3.0.3...
13 months ago

Deprecation Notice

The attribute is_admin is now deprecated in the user and users data sources in this release and will be removed in a future release. In order to determine whether a user is an admin, the value of the role attribute can be checked instead. Any value other than MEMBER indicates that the user is an admin.

What's Changed

Features

  • Added a new twingate_user resource to allow managing users by @vmanilo in #323
    • Note that only limited user management functionality is available on users synced from your IdP. Social user management must be enabled for your Twingate account if you already use an IdP (see our announcement). See our documentation for more information on IdP configuration.
  • The type attribute was added to the user and users data sources, which indicates whether the user is synced from an IdP or was manually invited by @vmanilo in #320

Bug Fixes

  • Resolved a paging issue affecting operations on larger groups in Twingate by @vmanilo in #330

Full Changelog: v1.0.0...v1.1.0

Don't miss a new terraform-provider-twingate release

NewReleases is sending notifications on new releases.