terraform-provider-zerotier icon indicating copy to clipboard operation
terraform-provider-zerotier copied to clipboard

Create, modify and destroy ZeroTier networks and members through Terraform.

Results 12 terraform-provider-zerotier issues
Sort by recently updated
recently updated
newest added

Hi, I am packing this plugins for [nixpkgs](https://github.com/nixos/nixpkgs) and need to specify a license. Do you mind picking a license and creating a new release?

Add support to terraform 0.12

$ terraform version Terraform v0.12.7 Error: Failed to instantiate provider "zerotier" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5] Long time since last release,...

Known issue? TF_LOG=debug doesn't really help ` * zerotier_network.xxx: invalid character '

I believe #8 isn't included in the latest release. Are there any plans to release a new version?

ZeroTier has a couple of settings related to IPv6 address assignment options which distribute IPv6 addresses computed based on the network id and the node id. RFC4139 assigns an single...

A very minor update of the makefile, so that 'make install' works on linux.

Currently, the `ip_assignments` has a list of the IPs that ZeroTier provided to the member from its assignment pool. It contains a mix of IPv4 and IPv6 addresses. There is...

There was a few settings on the network that are exposed on the ZeroTier Central UI which were not available on the provider. This commit includes those extra fields, where...

The network and member resource use a couple of settings which could be defined multiple times. For example: the assigned ips on a member could change the order, while the...