v2.4.0
FEATURES:
- add junos_forwardingoptions_storm_control_profile resource (Partial fix #574)
- add junos_iccp resource (Partial fix #573)
- add junos_iccp_peer resource (Partial fix #573)
- add junos_multichassis resource (Partial fix #576)
- add junos_multichassis_protection_peer resource (Partial fix #576)
- add junos_system_syslog_user resource (Fix #593)
- provider: add
commit_confirmed
andcommit_confirmed_wait_percent
argument to be able usecommit confirmed
feature to commit the resource actions (Fix #585)
ENHANCEMENTS:
- resource/junos_interface_physical:
- data-source/junos_interface_physical:
- add
mc_ae
block attribute inparent_ether_opts
block like resource - add
storm_control
attribute like resource
- add
- resource/junos_switch_options:
- resource now use new terraform-plugin-framework
optional string attributes doesn't accept empty value - add
service_id
argument (Fix #575)
- resource now use new terraform-plugin-framework
- resource/junos_system: add
web_management_session_idle_timeout
andweb_management_session_limit
arguments inservices
block (Fix #594) - resource/junos_system_syslog_file: 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/junos_system_syslog_host: 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 - provider: display all errors when configuration commit generate multiple errors
BUG FIXES:
- data-source/junos_interface_physical: fix reading
link_speed
andminimum_bandwidth
attributes inparent_ether_opts
block - resource/junos_system_syslog_file: fix reading
archive size
when value is a multiple of 1024 (k,m,g)