feat: add destination.network_ids support to unifi_firewall_zone_policy

- Add NetworkIDs and MatchOppositeNetworks to destination model
  - Add network_ids schema attribute to destination block
  - Handle NETWORK matching target in AsUnifiModel and mergeDestination
  - Update go.mod to use shadyeip/go-unifi fork with destination network support
This commit is contained in:
shadyeip
2026-02-05 15:30:21 -05:00
parent 61ff63c1d7
commit 4de7c8c5ec
2 changed files with 5 additions and 1 deletions

4
go.mod
View File

@@ -425,4 +425,6 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
tags.cncf.io/container-device-interface v0.8.1 // indirect
)
)
replace github.com/filipowm/go-unifi => github.com/shadyeip/go-unifi v1.8.1