v2.7.0
FEATURES:
- add junos_forwardingoptions_evpn_vxlan resource (Partial Fix #645)
ENHANCEMENTS:
- data-source/junos_interfaces_physical_present:
- add
interfaces
block map attribute with same attributes asinterface_statuses
and additionallogical_interface_names
attribute (Fix #641) - deprecate
interface_statuses
attribute (read theinterfaces
attribute instead)
- add
- resource/junos_evpn: add
no_core_isolation
argument (Fix #644) - resource/junos_ospf_area: 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_ospf: 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_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
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list community_vlans
argument is now a Set of String (instead of Set of Number) to accept VLAN name in addition to VLAN id
data in the state has been updated for the new format
Number in config is automatically converted to String by Terraformisolated_vlan
argument is now a String (instead of Number) to accept VLAN name in addition to VLAN id
data in the state has been updated for the new format
Number in config is automatically converted to String by Terraformvlan_id
argument is now a String (instead of Number) to acceptall
ornone
in addition to VLAN id
data in the state has been updated for the new format
Number in config is automatically converted to String by Terraform- add
routing_instance
argument (Partial fix #646)
and thereforeid
format has been changed to<name>_-_<routing_instance>
(instead of<name>
) - add
no_arp_suppression
argument (Partial fix #646) - add
translation_vni
argument insidevxlan
block argument
- resource now use new terraform-plugin-framework