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
Bug fixes
- When specifying the type of port restriction on a
twingate_resource
resource, the protocol can only be specified if the policy is set toRESTRICTED
. Restriction typesALLOW_ALL
andDENY_ALL
will no longer allow a port range to be specified in order to avoid unintended configuration errors by @vmanilo in #351 - Fix on Resource - protocols can only be specified if the policy is Restricted; AllowAll and DenyAll policies do not allow specifying ports by @vmanilo in #351
- When specifying port restrictions in a
twingate_resource
resource, specifying port0
will now generate an error by @vmanilo in #360
Full Changelog: v1.1.2...v1.2.0