paultyng / terraform-provider-unifi

Terraform provider for Unifi :satellite:
https://registry.terraform.io/providers/paultyng/unifi/latest/docs
Mozilla Public License 2.0
503 stars 91 forks source link

Provider update #429

Open akerl opened 9 months ago

akerl commented 9 months ago

This bundles a couple of updates:

  1. Allows "skip" to keep WLAN passphrases out of state files (which would partially resolve #389 )
  2. Updates the go-unifi module to 1.33
  3. Adjusts port profiles and network resources to account for API changes in v7 and v8 of the Unifi network application

I've also published a version of this provider from my fork that incorporates the above: https://registry.terraform.io/providers/akerl/unifi/latest

I did this largely for my own benefit, since I use this module and didn't want to have to manually install it, but if it's useful for other folks, all the better.