v2.3.0
ENHANCEMENTS:
- resource/junos_bridge_domain:
- resource now use new terraform-plugin-framework
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list - add
interface
argument (Fix #548)
- resource now use new terraform-plugin-framework
- resource/junos_evpn:
- resource now use new terraform-plugin-framework
some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list - add
duplicate_mac_detection
block argument (Fix #535)
- resource now use new terraform-plugin-framework
- resource/junos_system:
- resource now use new terraform-plugin-framework
some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list authentication_order
,auxiliary_authentication_order
,console_authentication_order
arguments have now a value validator: need to bepassword
,radius
ortacplus
- add
name_server_opts
argument (in conflict withname_server
argument) to also configure DNS name server but with optional options (routing_instance
) (Fix #561)
- resource now use new terraform-plugin-framework
BUG FIXES:
- resource/junos_aggregate_route, resource/junos_generate_route, resource/junos_static_route: fix missing no-empty value validator on
as_path_path
andnext_table
arguments