Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@jeremmfr jeremmfr released this 27 Jun 07:16
· 1 commit to main since this release
v2.8.0
4499d2c

ENHANCEMENTS:

  • resource/junos_bridge_domain: add static_remote_vtep_list argument inside vxlan block argument (Fix #672)
  • resource/junos_interface_logical: add encapsulation argument (Fix #674)
  • data-source/junos_interface_logical: add encapsulation attribute like resource
  • resource/junos_routing_instance: add remote_vtep_list and remote_vtep_v6_list arguments (Fix #673)
  • data-source/junos_routing_instance: add remote_vtep_list and remote_vtep_v6_list attributes like resource
  • resource/junos_rstp: 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
  • resource/junos_rstp_interface: 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
  • resource/junos_security_log_stream:
    • 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 transport block argument (Fix #675)
  • resource/junos_switch_options: add remote_vtep_list and remote_vtep_v6_list arguments
  • resource/junos_vlan: add static_remote_vtep_list argument inside vxlan block argument
  • resource/junos_vstp: 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
  • resource/junos_vstp_interface: 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
  • resource/junos_vstp_vlan: 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
  • resource/junos_vstp_vlan_group: 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