PortOfPortland / terraform-provider-windns

A Terraform provider for Microsoft Windows DNS
MIT License
39 stars 20 forks source link

Lockfiles #12

Closed rfranks-securenet closed 4 years ago

rfranks-securenet commented 4 years ago

I've implemented lockfiles to allow Terraform to run with concurrency, but still prevent the issues with WinDNS hanging on creating DNS records. Testing on my own infrastructure seems to show it works!

(Fixes #11)