cormacrelf / terraform-provider-zerotier

Create, modify and destroy ZeroTier networks and members through Terraform.
128 stars 25 forks source link

Networks not destroyed #1

Closed andyshinn closed 6 years ago

andyshinn commented 6 years ago

The network gets created. But during a terraform destroy the zerotier_network in state isn't listed to be destroyed.

Otherwise seems to work well. It will be great to have member authorizations in Terraform in the future :)

andyshinn commented 6 years ago

Hmm, in my simple reproduction of this, I couldn't trigger it again. It only happens in my larger Terraform project. Possibly unrelated to this provider... I'll re-open if I can find a solid way to reproduce it again.