Juniper / terraform-provider-apstra

Apstra Terraform Provider
Apache License 2.0
16 stars 2 forks source link

Fix validation of `Unknown` bindings in virtual network resource #963

Closed chrismarget-j closed 3 weeks ago

chrismarget-j commented 3 weeks ago

v0.74.0 introduced the ability to specify empty VN bindings, along with validation which ensured the empty bindings are used only with Apstra 5.0.0 and later.

This validation incorrectly attempts to count bindings which are not yet known.

Closes #961