github Twingate/terraform-provider-twingate v2.0.0

latest releases: v3.0.6, v3.0.5, v3.0.4...
5 months ago

Breaking changes

The protocols, tcp and udp attributes in the twingate_resource Resource have been changed from a block to an object:

protocols {   ->   protocols = {
tcp {         ->   tcp = {
udp {         ->   udp = {

The attribute is_admin has been removed from the twingate_user and twingate_users data sources. Similar information is now available via the role attribute.

Read the 1.x.x to 2.0.0 migration guide for more information.

What's Changed

  • Feature: migrate twingate_resource to use objects instead of blocks @vmanilo in #412
  • Fix: datasource twingate groups with empty filters by @vmanilo in #447

Full Changelog: v1.2.6...v2.0.0

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

NewReleases is sending notifications on new releases.