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/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
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 be password, radius or tacplus
add name_server_opts argument (in conflict with name_server argument) to also configure DNS name server but with optional options (routing_instance) (Fix #561)
BUG FIXES:
resource/junos_aggregate_route, resource/junos_generate_route, resource/junos_static_route: fix missing no-empty value validator on as_path_path and next_table arguments
ENHANCEMENTS:
resource/junos_bridge_domain:
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
interface
argument (Fix #548)resource/junos_evpn:
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
duplicate_mac_detection
block argument (Fix #535)resource/junos_system:
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
name_server_opts
argument (in conflict withname_server
argument) to also configure DNS name server but with optional options (routing_instance
) (Fix #561) 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