-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello there folks,
I'm really happy to see updates on zerotier. I've been using and maintaining my own version of the terraform provider for about 2-3 years already and I would like to merge some features so I can deprecate my version.
Here are the list of missing features:
- Resource importing
- Avoid unnecessary diffs using on network members
- Computed ipv4, 6plane and RFC4193 attributes on the network resource
- Computed ipv4, 6plane and RFC4193 attributes on the member resource
Those were missing features required for me to migrate my current network definition to Terraform, and better integrate with other providers. Having separate computed properties on network
and member
for 6plane and RFC4193 attributes allows easier integration with a DNS provider or with file outputs for scripting.
I won't have time the following weeks to make this change as PRs, but all suggested commits should be easily ported to new versions but I can take a look at it on the next month.