New Features
802.1X port-based network access control
- The Terraform provider now supports 802.1X (Port-based Network Access Control), so you can require devices to authenticate before they gain network access.
Link aggregation
- A new bondAdapter field on the edge node schema lets you combine multiple physical network ports into a single logical interface for higher bandwidth and redundancy.
- New documentation covers the bondAdapter field and the link aggregation flow.
Deployment data source
- A new zedcloud_deployment data source lets you reference an existing deployment in your Terraform configuration.
Enhancements
- The provider now encodes the certificate authority (CA) certificate when creating and updating the edge node policy, so certificate data is handled correctly in those flows.
- You can now set the project attribute directly when managing supported resources.
Bug Fixes
- Fixed a crash caused by a manifest field type mismatch in the Edge Node Cluster configuration.
- Fixed the import of the zedcloud_deployment resource, which now requires the project ID.
- Fixed a conflict error (HTTP 409) during edge node updates by using the most recently read revision.
- Fixed unnecessary differences shown for auto-generated SR-IOV virtual function io_members.
- Delete operations now treat an HTTP 404 Not Found response as a successful deletion.
- Fixed the formation of the netid and netname fields for bond member interfaces.
- Fixed an issue with the removal of VLAN and bond adapters.
Find the official Terraform Provider Release Notes in the GitHub repository.