- Adding support for sso_exempt to zerotier_member
- Updating go deps
- data_source_members fixes
- Fixing up tests
- Network members datasource
- Signing with correct GPG key
- fixing 6plane / rfc4193 address flipping #38
- Update terraform-plugin-docs + generated files + dependencies #39
- Add rfc4193 and sixplane to member.go
- Return human-readable error on malformed member id #35
- Thanks Andrew Sichevoi!
- Fix for managing DNS setting (#23)
- Fix for avoid unnecessary diffs of members (#33)
- Documentation fixes (#31) (#26)
- Allow importing zerotier_member resources
- Support importing network resources
- Support tags in member definition
- Support zerotier_central_url
- Fix version tagging in user_agent
- BUGFIX: Networks are now private by default
- Updating deps
Initial Stable Release! This project will follow semantic versioning as described at https://semver.org/
- Changes from v0.1.62...
- CIDR has been removed in favor of start/end ranges, as that is what the API actually uses.
- If you would like to describe subnets with CIDR, please see the module at https://registry.terraform.io/modules/zerotier/network/zerotier/latest
- Removed MTU, as you cannot actually set it.
- Both assign_ipv4 and assign_ipv6 have been changed to sets instead of maps, This allows them to be presented as blocks (useful for dynamic configurations).
- Adding zerotier_token resource