github Twingate/terraform-provider-twingate v1.2.0

latest releases: v3.0.11, v3.0.10, v3.0.9...
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

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 to RESTRICTED. Restriction types ALLOW_ALL and DENY_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 port 0 will now generate an error by @vmanilo in #360

Full Changelog: v1.1.2...v1.2.0

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

NewReleases is sending notifications on new releases.